Html Css Color HEX #1CDB21 Lime Green

📋 copy color: '#1CDB21'

red 28 ◦ green 219 ◦ blue 33

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

Shades of Lime Green #1CDB21

Tints of Lime Green #1CDB21

RGB

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

 GREEN value IS 219 (85.94% from 255) = 78.21%

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

R = 10%
G = 78.21%
B = 11.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#1CDB21 (or 0x1CDB21) is known color: Lime Green. HEX triplet: 1C, DB and 21. RGB value is (28,219,33). Sum of RGB (Red+Green+Blue) = 28+219+33=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 219 (85.94% from 255 or 78.21% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDB21 is #E324DE. Grayscale: #8D8D8D. Windows color (decimal): -14886111 or 2218780. OLE color: 2218780.

HSL color Cylindrical-coordinate representation of color #1CDB21: hue angle of 121.57º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDB21 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 219 33 -
CMYK 0.87 0 0.85 0.14
HSL 121.57º 0.77% 0.48% -
HSV(B) 121.57º 0.87% 0.86% -
XYZ 26.08 51.02 9.91 -
YUV 140.69 67.22 47.62 -
System Red Green Blue C M Y K H S L
Decimal 28 219 33 0.87 0 0.85 0.14 121.57 0.77 0.48
Hex 1C DB 21 57 0 55 E 7A 4D 30
Octal 34 333 41 127 0 125 16 172 115 60
Binary 11100 11011011 100001 1010111 0 1010101 1110 1111010 1001101 110000

Color Harmonies of #1CDB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDB21

Black with #1CDB21

Text Example


Text Example

White with #1CDB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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