Html Css Color HEX #1CCA28 Lime Green

📋 copy color: '#1CCA28'

red 28 ◦ green 202 ◦ blue 40

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

Shades of Lime Green #1CCA28

Tints of Lime Green #1CCA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 10.37%
G = 74.81%
B = 14.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#1CCA28 (or 0x1CCA28) is known color: Lime Green. HEX triplet: 1C, CA and 28. RGB value is (28,202,40). Sum of RGB (Red+Green+Blue) = 28+202+40=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA28 is #E335D7. Grayscale: #838383. Windows color (decimal): -14890456 or 2673180. OLE color: 2673180.

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

Color convert

RGB 28 202 40 -
CMYK 0.86 0 0.80 0.21
HSL 124.14º 0.76% 0.45% -
HSV(B) 124.14º 0.86% 0.79% -
XYZ 21.98 42.64 9.08 -
YUV 131.51 76.35 54.17 -
System Red Green Blue C M Y K H S L
Decimal 28 202 40 0.86 0 0.80 0.21 124.14 0.76 0.45
Hex 1C CA 28 56 0 50 15 7C 4C 2D
Octal 34 312 50 126 0 120 25 174 114 55
Binary 11100 11001010 101000 1010110 0 1010000 10101 1111100 1001100 101101

Color Harmonies of #1CCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA28

Black with #1CCA28

Text Example


Text Example

White with #1CCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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