Html Css Color HEX #18CF34 Lime Green

📋 copy color: '#18CF34'

red 24 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #18CF34

Tints of Lime Green #18CF34

RGB

 RED value IS 24 (9.77% from 255) = 8.48%

 GREEN value IS 207 (81.25% from 255) = 73.14%

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 8.48%
G = 73.14%
B = 18.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#18CF34 (or 0x18CF34) is known color: Lime Green. HEX triplet: 18, CF and 34. RGB value is (24,207,52). Sum of RGB (Red+Green+Blue) = 24+207+52=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 207 (81.25% from 255 or 73.14% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF34 is #E730CB. Grayscale: #878787. Windows color (decimal): -15151308 or 3460888. OLE color: 3460888.

HSL color Cylindrical-coordinate representation of color #18CF34: hue angle of 129.18º 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 #18CF34 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 207 52 -
CMYK 0.88 0 0.75 0.19
HSL 129.18º 0.79% 0.45% -
HSV(B) 129.18º 0.88% 0.81% -
XYZ 23.31 45.07 10.72 -
YUV 134.61 81.37 49.1 -
System Red Green Blue C M Y K H S L
Decimal 24 207 52 0.88 0 0.75 0.19 129.18 0.79 0.45
Hex 18 CF 34 58 0 4B 13 81 4F 2D
Octal 30 317 64 130 0 113 23 201 117 55
Binary 11000 11001111 110100 1011000 0 1001011 10011 10000001 1001111 101101

Color Harmonies of #18CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CF34

Black with #18CF34

Text Example


Text Example

White with #18CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18CF34; }

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

 H1.HeaderClassName
 {
   color: #18CF34;
 }
 .AnyTagClassName
 {
   color: #18CF34;
 }
</style>

background-color css

<style>
 a { background-color: #18CF34; }

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

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

border-color css

<style>
 span { border-color: #18CF34; }

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

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