Html Css Color HEX #1CCA24 Lime Green

📋 copy color: '#1CCA24'

red 28 ◦ green 202 ◦ blue 36

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

Shades of Lime Green #1CCA24

Tints of Lime Green #1CCA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.53%

R = 10.53%
G = 75.94%
B = 13.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#1CCA24 (or 0x1CCA24) is known color: Lime Green. HEX triplet: 1C, CA and 24. RGB value is (28,202,36). Sum of RGB (Red+Green+Blue) = 28+202+36=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 202 (79.30% from 255 or 75.94% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA24 is #E335DB. Grayscale: #838383. Windows color (decimal): -14890460 or 2411036. OLE color: 2411036.

HSL color Cylindrical-coordinate representation of color #1CCA24: hue angle of 122.76º 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 #1CCA24 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 36 -
CMYK 0.86 0 0.82 0.21
HSL 122.76º 0.76% 0.45% -
HSV(B) 122.76º 0.86% 0.79% -
XYZ 21.92 42.62 8.74 -
YUV 131.05 74.35 54.5 -
System Red Green Blue C M Y K H S L
Decimal 28 202 36 0.86 0 0.82 0.21 122.76 0.76 0.45
Hex 1C CA 24 56 0 52 15 7B 4C 2D
Octal 34 312 44 126 0 122 25 173 114 55
Binary 11100 11001010 100100 1010110 0 1010010 10101 1111011 1001100 101101

Color Harmonies of #1CCA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA24

Black with #1CCA24

Text Example


Text Example

White with #1CCA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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