Html Css Color HEX #1CCA36 Lime Green

📋 copy color: '#1CCA36'

red 28 ◦ green 202 ◦ blue 54

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

Shades of Lime Green #1CCA36

Tints of Lime Green #1CCA36

RGB

 RED value IS 28 (11.33% from 255) = 9.86%

 GREEN value IS 202 (79.3% from 255) = 71.13%

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 9.86%
G = 71.13%
B = 19.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#1CCA36 (or 0x1CCA36) is known color: Lime Green. HEX triplet: 1C, CA and 36. RGB value is (28,202,54). Sum of RGB (Red+Green+Blue) = 28+202+54=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA36 is #E335C9. Grayscale: #858585. Windows color (decimal): -14890442 or 3590684. OLE color: 3590684.

HSL color Cylindrical-coordinate representation of color #1CCA36: hue angle of 128.97º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA36 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 54 -
CMYK 0.86 0 0.73 0.21
HSL 128.97º 0.76% 0.45% -
HSV(B) 128.97º 0.86% 0.79% -
XYZ 22.27 42.75 10.57 -
YUV 133.1 83.35 53.03 -
System Red Green Blue C M Y K H S L
Decimal 28 202 54 0.86 0 0.73 0.21 128.97 0.76 0.45
Hex 1C CA 36 56 0 49 15 81 4C 2D
Octal 34 312 66 126 0 111 25 201 114 55
Binary 11100 11001010 110110 1010110 0 1001001 10101 10000001 1001100 101101

Color Harmonies of #1CCA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA36

Black with #1CCA36

Text Example


Text Example

White with #1CCA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCA36; }

 p { color: rgb(28,202,54); }

 H1.HeaderClassName
 {
   color: #1CCA36;
 }
 .AnyTagClassName
 {
   color: #1CCA36;
 }
</style>

background-color css

<style>
 a { background-color: #1CCA36; }

 a { background-color: rgb(28,202,54); }

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

border-color css

<style>
 span { border-color: #1CCA36; }

 span { border-color: rgb(28,202,54); }

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