Html Css Color HEX #34C03F Lime Green

📋 copy color: '#34C03F'

red 52 ◦ green 192 ◦ blue 63

#34C03F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #34C03F

Tints of Lime Green #34C03F

RGB

 RED value IS 52 (20.7% from 255) = 16.94%

 GREEN value IS 192 (75.39% from 255) = 62.54%

 BLUE value IS 63 (25% from 255) = 20.52%

R = 16.94%
G = 62.54%
B = 20.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34C03F (or 0x34C03F) is known color: Lime Green. HEX triplet: 34, C0 and 3F. RGB value is (52,192,63). Sum of RGB (Red+Green+Blue) = 52+192+63=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #34C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C03F is #CB3FC0. Grayscale: #878787. Windows color (decimal): -13320129 or 4177972. OLE color: 4177972.

HSL color Cylindrical-coordinate representation of color #34C03F: hue angle of 124.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C03F is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 192 63 -
CMYK 0.73 0 0.67 0.25
HSL 124.71º 0.57% 0.48% -
HSV(B) 124.71º 0.73% 0.75% -
XYZ 21.16 38.79 11.07 -
YUV 135.43 87.12 68.49 -
System Red Green Blue C M Y K H S L
Decimal 52 192 63 0.73 0 0.67 0.25 124.71 0.57 0.48
Hex 34 C0 3F 49 0 43 19 7D 39 30
Octal 64 300 77 111 0 103 31 175 71 60
Binary 110100 11000000 111111 1001001 0 1000011 11001 1111101 111001 110000

Color Harmonies of #34C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C03F

Black with #34C03F

Text Example


Text Example

White with #34C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34C03F; }

 p { color: rgb(52,192,63); }

 H1.HeaderClassName
 {
   color: #34C03F;
 }
 .AnyTagClassName
 {
   color: #34C03F;
 }
</style>

background-color css

<style>
 a { background-color: #34C03F; }

 a { background-color: rgb(52,192,63); }

 div.DivClassName
 {
   background-color: #34C03F;
 }
 .BgClassName
 {
   background-color: #34C03F;
 }
</style>

border-color css

<style>
 span { border-color: #34C03F; }

 span { border-color: rgb(52,192,63); }

 td.TdClassName
 {
   border-color: #34C03F;
 }
 .TagClassName
 {
   border-color: #34C03F;
 }
</style>