Html Css Color HEX #34CB27 Lime Green

📋 copy color: '#34CB27'

red 52 ◦ green 203 ◦ blue 39

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

Shades of Lime Green #34CB27

Tints of Lime Green #34CB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 17.69%
G = 69.05%
B = 13.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#34CB27 (or 0x34CB27) is known color: Lime Green. HEX triplet: 34, CB and 27. RGB value is (52,203,39). Sum of RGB (Red+Green+Blue) = 52+203+39=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CB27 is #CB34D8. Grayscale: #8B8B8B. Windows color (decimal): -13317337 or 2607924. OLE color: 2607924.

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

Color convert

RGB 52 203 39 -
CMYK 0.74 0 0.81 0.20
HSL 115.24º 0.68% 0.47% -
HSV(B) 115.24º 0.81% 0.8% -
XYZ 23.14 43.59 9.11 -
YUV 139.16 71.47 65.84 -
System Red Green Blue C M Y K H S L
Decimal 52 203 39 0.74 0 0.81 0.20 115.24 0.68 0.47
Hex 34 CB 27 4A 0 51 14 73 44 2F
Octal 64 313 47 112 0 121 24 163 104 57
Binary 110100 11001011 100111 1001010 0 1010001 10100 1110011 1000100 101111

Color Harmonies of #34CB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CB27

Black with #34CB27

Text Example


Text Example

White with #34CB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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