Html Css Color HEX #1CD30F Lime Green

📋 copy color: '#1CD30F'

red 28 ◦ green 211 ◦ blue 15

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

Shades of Lime Green #1CD30F

Tints of Lime Green #1CD30F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 83.07%

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 11.02%
G = 83.07%
B = 5.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#1CD30F (or 0x1CD30F) is known color: Lime Green. HEX triplet: 1C, D3 and 0F. RGB value is (28,211,15). Sum of RGB (Red+Green+Blue) = 28+211+15=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 211 (82.81% from 255 or 83.07% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 211 - color contains mainly: green. Hex color #1CD30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD30F is #E32CF0. Grayscale: #868686. Windows color (decimal): -14888177 or 1037084. OLE color: 1037084.

HSL color Cylindrical-coordinate representation of color #1CD30F: hue angle of 116.02º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CD30F is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 28 211 15 -
CMYK 0.87 0 0.93 0.17
HSL 116.02º 0.87% 0.44% -
HSV(B) 116.02º 0.93% 0.83% -
XYZ 23.86 46.87 8.24 -
YUV 133.94 60.87 52.44 -
System Red Green Blue C M Y K H S L
Decimal 28 211 15 0.87 0 0.93 0.17 116.02 0.87 0.44
Hex 1C D3 F 57 0 5D 11 74 57 2C
Octal 34 323 17 127 0 135 21 164 127 54
Binary 11100 11010011 1111 1010111 0 1011101 10001 1110100 1010111 101100

Color Harmonies of #1CD30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD30F

Black with #1CD30F

Text Example


Text Example

White with #1CD30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,211,15); }

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

background-color css

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

 a { background-color: rgb(28,211,15); }

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

border-color css

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

 span { border-color: rgb(28,211,15); }

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