Html Css Color HEX #34CB26 Lime Green

📋 copy color: '#34CB26'

red 52 ◦ green 203 ◦ blue 38

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

Shades of Lime Green #34CB26

Tints of Lime Green #34CB26

RGB

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

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

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

R = 17.75%
G = 69.28%
B = 12.97%

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

#34CB26 (or 0x34CB26) is known color: Lime Green. HEX triplet: 34, CB and 26. RGB value is (52,203,38). Sum of RGB (Red+Green+Blue) = 52+203+38=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 203 (79.69% from 255 or 69.28% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CB26 is #CB34D9. Grayscale: #8B8B8B. Windows color (decimal): -13317338 or 2542388. OLE color: 2542388.

HSL color Cylindrical-coordinate representation of color #34CB26: hue angle of 114.91º 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 #34CB26 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 203 38 -
CMYK 0.74 0 0.81 0.20
HSL 114.91º 0.68% 0.47% -
HSV(B) 114.91º 0.81% 0.8% -
XYZ 23.12 43.58 9.03 -
YUV 139.04 70.97 65.92 -
System Red Green Blue C M Y K H S L
Decimal 52 203 38 0.74 0 0.81 0.20 114.91 0.68 0.47
Hex 34 CB 26 4A 0 51 14 73 44 2F
Octal 64 313 46 112 0 121 24 163 104 57
Binary 110100 11001011 100110 1001010 0 1010001 10100 1110011 1000100 101111

Color Harmonies of #34CB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CB26

Black with #34CB26

Text Example


Text Example

White with #34CB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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