Html Css Color HEX #1CDF32 Lime Green

📋 copy color: '#1CDF32'

red 28 ◦ green 223 ◦ blue 50

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

Shades of Lime Green #1CDF32

Tints of Lime Green #1CDF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.09%

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

R = 9.3%
G = 74.09%
B = 16.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#1CDF32 (or 0x1CDF32) is known color: Lime Green. HEX triplet: 1C, DF and 32. RGB value is (28,223,50). Sum of RGB (Red+Green+Blue) = 28+223+50=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 223 (87.5% from 255 or 74.09% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDF32 is #E320CD. Grayscale: #919191. Windows color (decimal): -14885070 or 3333916. OLE color: 3333916.

HSL color Cylindrical-coordinate representation of color #1CDF32: hue angle of 126.77º 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 #1CDF32 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 223 50 -
CMYK 0.87 0 0.78 0.13
HSL 126.77º 0.78% 0.49% -
HSV(B) 126.77º 0.87% 0.87% -
XYZ 27.44 53.25 11.85 -
YUV 144.97 74.4 44.57 -
System Red Green Blue C M Y K H S L
Decimal 28 223 50 0.87 0 0.78 0.13 126.77 0.78 0.49
Hex 1C DF 32 57 0 4E D 7F 4E 31
Octal 34 337 62 127 0 116 15 177 116 61
Binary 11100 11011111 110010 1010111 0 1001110 1101 1111111 1001110 110001

Color Harmonies of #1CDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDF32

Black with #1CDF32

Text Example


Text Example

White with #1CDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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