Html Css Color HEX #1CDE35 Lime Green

📋 copy color: '#1CDE35'

red 28 ◦ green 222 ◦ blue 53

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

Shades of Lime Green #1CDE35

Tints of Lime Green #1CDE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 9.24%
G = 73.27%
B = 17.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#1CDE35 (or 0x1CDE35) is known color: Lime Green. HEX triplet: 1C, DE and 35. RGB value is (28,222,53). Sum of RGB (Red+Green+Blue) = 28+222+53=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 222 (87.11% from 255 or 73.27% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 222 - color contains mainly: green. Hex color #1CDE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDE35 is #E321CA. Grayscale: #919191. Windows color (decimal): -14885323 or 3530268. OLE color: 3530268.

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

Color convert

RGB 28 222 53 -
CMYK 0.87 0 0.76 0.13
HSL 127.73º 0.78% 0.49% -
HSV(B) 127.73º 0.87% 0.87% -
XYZ 27.24 52.75 12.11 -
YUV 144.73 76.23 44.74 -
System Red Green Blue C M Y K H S L
Decimal 28 222 53 0.87 0 0.76 0.13 127.73 0.78 0.49
Hex 1C DE 35 57 0 4C D 80 4E 31
Octal 34 336 65 127 0 114 15 200 116 61
Binary 11100 11011110 110101 1010111 0 1001100 1101 10000000 1001110 110001

Color Harmonies of #1CDE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDE35

Black with #1CDE35

Text Example


Text Example

White with #1CDE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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