Html Css Color HEX #1CBC21 Lime Green

📋 copy color: '#1CBC21'

red 28 ◦ green 188 ◦ blue 33

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

Shades of Lime Green #1CBC21

Tints of Lime Green #1CBC21

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.5%

 BLUE value IS 33 (13.28% from 255) = 13.25%

R = 11.24%
G = 75.5%
B = 13.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#1CBC21 (or 0x1CBC21) is known color: Lime Green. HEX triplet: 1C, BC and 21. RGB value is (28,188,33). Sum of RGB (Red+Green+Blue) = 28+188+33=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC21 is #E343DE. Grayscale: #7A7A7A. Windows color (decimal): -14894047 or 2210844. OLE color: 2210844.

HSL color Cylindrical-coordinate representation of color #1CBC21: hue angle of 121.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC21 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 188 33 -
CMYK 0.85 0 0.82 0.26
HSL 121.88º 0.74% 0.42% -
HSV(B) 121.88º 0.85% 0.74% -
XYZ 18.74 36.32 7.46 -
YUV 122.49 77.49 60.6 -
System Red Green Blue C M Y K H S L
Decimal 28 188 33 0.85 0 0.82 0.26 121.88 0.74 0.42
Hex 1C BC 21 55 0 52 1A 7A 4A 2A
Octal 34 274 41 125 0 122 32 172 112 52
Binary 11100 10111100 100001 1010101 0 1010010 11010 1111010 1001010 101010

Color Harmonies of #1CBC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC21

Black with #1CBC21

Text Example


Text Example

White with #1CBC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,33); }

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

background-color css

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

 a { background-color: rgb(28,188,33); }

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

border-color css

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

 span { border-color: rgb(28,188,33); }

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