Html Css Color HEX #34CC46 Lime Green

📋 copy color: '#34CC46'

red 52 ◦ green 204 ◦ blue 70

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

Shades of Lime Green #34CC46

Tints of Lime Green #34CC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 15.95%
G = 62.58%
B = 21.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#34CC46 (or 0x34CC46) is known color: Lime Green. HEX triplet: 34, CC and 46. RGB value is (52,204,70). Sum of RGB (Red+Green+Blue) = 52+204+70=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC46 is #CB33B9. Grayscale: #8F8F8F. Windows color (decimal): -13317050 or 4639796. OLE color: 4639796.

HSL color Cylindrical-coordinate representation of color #34CC46: hue angle of 127.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC46 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 70 -
CMYK 0.75 0 0.66 0.2
HSL 127.11º 0.6% 0.5% -
HSV(B) 127.11º 0.75% 0.8% -
XYZ 24.11 44.36 13.09 -
YUV 143.28 86.64 62.9 -
System Red Green Blue C M Y K H S L
Decimal 52 204 70 0.75 0 0.66 0.2 127.11 0.6 0.5
Hex 34 CC 46 4B 0 42 14 7F 3C 32
Octal 64 314 106 113 0 102 24 177 74 62
Binary 110100 11001100 1000110 1001011 0 1000010 10100 1111111 111100 110010

Color Harmonies of #34CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC46

Black with #34CC46

Text Example


Text Example

White with #34CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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