Html Css Color HEX #1CDE32 Lime Green

📋 copy color: '#1CDE32'

red 28 ◦ green 222 ◦ blue 50

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

Shades of Lime Green #1CDE32

Tints of Lime Green #1CDE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74%

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 9.33%
G = 74%
B = 16.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#1CDE32 (or 0x1CDE32) is known color: Lime Green. HEX triplet: 1C, DE and 32. RGB value is (28,222,50). Sum of RGB (Red+Green+Blue) = 28+222+50=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 222 (87.11% from 255 or 74% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 222 - color contains mainly: green. Hex color #1CDE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDE32 is #E321CD. Grayscale: #909090. Windows color (decimal): -14885326 or 3333660. OLE color: 3333660.

HSL color Cylindrical-coordinate representation of color #1CDE32: hue angle of 126.8º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDE32 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 222 50 -
CMYK 0.87 0 0.77 0.13
HSL 126.8º 0.78% 0.49% -
HSV(B) 126.8º 0.87% 0.87% -
XYZ 27.18 52.72 11.76 -
YUV 144.39 74.73 44.99 -
System Red Green Blue C M Y K H S L
Decimal 28 222 50 0.87 0 0.77 0.13 126.8 0.78 0.49
Hex 1C DE 32 57 0 4D D 7F 4E 31
Octal 34 336 62 127 0 115 15 177 116 61
Binary 11100 11011110 110010 1010111 0 1001101 1101 1111111 1001110 110001

Color Harmonies of #1CDE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDE32

Black with #1CDE32

Text Example


Text Example

White with #1CDE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,222,50); }

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

background-color css

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

 a { background-color: rgb(28,222,50); }

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

border-color css

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

 span { border-color: rgb(28,222,50); }

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