Html Css Color HEX #34CE18 Lime Green

📋 copy color: '#34CE18'

red 52 ◦ green 206 ◦ blue 24

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

Shades of Lime Green #34CE18

Tints of Lime Green #34CE18

RGB

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

 GREEN value IS 206 (80.86% from 255) = 73.05%

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 18.44%
G = 73.05%
B = 8.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#34CE18 (or 0x34CE18) is known color: Lime Green. HEX triplet: 34, CE and 18. RGB value is (52,206,24). Sum of RGB (Red+Green+Blue) = 52+206+24=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CE18 is #CB31E7. Grayscale: #8B8B8B. Windows color (decimal): -13316584 or 1625652. OLE color: 1625652.

HSL color Cylindrical-coordinate representation of color #34CE18: hue angle of 110.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34CE18 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 24 -
CMYK 0.75 0 0.88 0.19
HSL 110.77º 0.79% 0.45% -
HSV(B) 110.77º 0.88% 0.81% -
XYZ 23.65 44.94 8.29 -
YUV 139.21 62.98 65.8 -
System Red Green Blue C M Y K H S L
Decimal 52 206 24 0.75 0 0.88 0.19 110.77 0.79 0.45
Hex 34 CE 18 4B 0 58 13 6F 4F 2D
Octal 64 316 30 113 0 130 23 157 117 55
Binary 110100 11001110 11000 1001011 0 1011000 10011 1101111 1001111 101101

Color Harmonies of #34CE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CE18

Black with #34CE18

Text Example


Text Example

White with #34CE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,206,24); }

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

background-color css

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

 a { background-color: rgb(52,206,24); }

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

border-color css

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

 span { border-color: rgb(52,206,24); }

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