Html Css Color HEX #34CB42 Lime Green

📋 copy color: '#34CB42'

red 52 ◦ green 203 ◦ blue 66

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

Shades of Lime Green #34CB42

Tints of Lime Green #34CB42

RGB

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

 GREEN value IS 203 (79.69% from 255) = 63.24%

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 16.2%
G = 63.24%
B = 20.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#34CB42 (or 0x34CB42) is known color: Lime Green. HEX triplet: 34, CB and 42. RGB value is (52,203,66). Sum of RGB (Red+Green+Blue) = 52+203+66=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CB42 is #CB34BD. Grayscale: #8E8E8E. Windows color (decimal): -13317310 or 4377396. OLE color: 4377396.

HSL color Cylindrical-coordinate representation of color #34CB42: hue angle of 125.56º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CB42 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 203 66 -
CMYK 0.74 0 0.67 0.20
HSL 125.56º 0.59% 0.5% -
HSV(B) 125.56º 0.74% 0.8% -
XYZ 23.76 43.84 12.36 -
YUV 142.23 84.97 63.64 -
System Red Green Blue C M Y K H S L
Decimal 52 203 66 0.74 0 0.67 0.20 125.56 0.59 0.5
Hex 34 CB 42 4A 0 43 14 7E 3B 32
Octal 64 313 102 112 0 103 24 176 73 62
Binary 110100 11001011 1000010 1001010 0 1000011 10100 1111110 111011 110010

Color Harmonies of #34CB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CB42

Black with #34CB42

Text Example


Text Example

White with #34CB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,203,66); }

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

background-color css

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

 a { background-color: rgb(52,203,66); }

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

border-color css

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

 span { border-color: rgb(52,203,66); }

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