Html Css Color HEX #34CC26 Lime Green

📋 copy color: '#34CC26'

red 52 ◦ green 204 ◦ blue 38

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

Shades of Lime Green #34CC26

Tints of Lime Green #34CC26

RGB

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

 GREEN value IS 204 (80.08% from 255) = 69.39%

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 17.69%
G = 69.39%
B = 12.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#34CC26 (or 0x34CC26) is known color: Lime Green. HEX triplet: 34, CC and 26. RGB value is (52,204,38). Sum of RGB (Red+Green+Blue) = 52+204+38=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 204 (80.08% from 255 or 69.39% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC26 is #CB33D9. Grayscale: #8C8C8C. Windows color (decimal): -13317082 or 2542644. OLE color: 2542644.

HSL color Cylindrical-coordinate representation of color #34CC26: hue angle of 114.94º degrees, saturation: 0.69, 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 #34CC26 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 38 -
CMYK 0.75 0 0.81 0.2
HSL 114.94º 0.69% 0.47% -
HSV(B) 114.94º 0.81% 0.8% -
XYZ 23.36 44.06 9.11 -
YUV 139.63 70.64 65.5 -
System Red Green Blue C M Y K H S L
Decimal 52 204 38 0.75 0 0.81 0.2 114.94 0.69 0.47
Hex 34 CC 26 4B 0 51 14 73 45 2F
Octal 64 314 46 113 0 121 24 163 105 57
Binary 110100 11001100 100110 1001011 0 1010001 10100 1110011 1000101 101111

Color Harmonies of #34CC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC26

Black with #34CC26

Text Example


Text Example

White with #34CC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,204,38); }

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

background-color css

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

 a { background-color: rgb(52,204,38); }

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

border-color css

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

 span { border-color: rgb(52,204,38); }

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