Html Css Color HEX #18CC27 Lime Green

📋 copy color: '#18CC27'

red 24 ◦ green 204 ◦ blue 39

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

Shades of Lime Green #18CC27

Tints of Lime Green #18CC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.61%

R = 8.99%
G = 76.4%
B = 14.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#18CC27 (or 0x18CC27) is known color: Lime Green. HEX triplet: 18, CC and 27. RGB value is (24,204,39). Sum of RGB (Red+Green+Blue) = 24+204+39=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 204 (80.08% from 255 or 76.40% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC27 is #E733D8. Grayscale: #838383. Windows color (decimal): -15152089 or 2608152. OLE color: 2608152.

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

Color convert

RGB 24 204 39 -
CMYK 0.88 0 0.81 0.2
HSL 125º 0.79% 0.45% -
HSV(B) 125º 0.88% 0.8% -
XYZ 22.34 43.53 9.14 -
YUV 131.37 75.87 51.42 -
System Red Green Blue C M Y K H S L
Decimal 24 204 39 0.88 0 0.81 0.2 125 0.79 0.45
Hex 18 CC 27 58 0 51 14 7D 4F 2D
Octal 30 314 47 130 0 121 24 175 117 55
Binary 11000 11001100 100111 1011000 0 1010001 10100 1111101 1001111 101101

Color Harmonies of #18CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC27

Black with #18CC27

Text Example


Text Example

White with #18CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,39); }

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

background-color css

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

 a { background-color: rgb(24,204,39); }

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

border-color css

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

 span { border-color: rgb(24,204,39); }

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