Html Css Color HEX #1CCE2F Lime Green

📋 copy color: '#1CCE2F'

red 28 ◦ green 206 ◦ blue 47

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

Shades of Lime Green #1CCE2F

Tints of Lime Green #1CCE2F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 73.31%

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 9.96%
G = 73.31%
B = 16.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#1CCE2F (or 0x1CCE2F) is known color: Lime Green. HEX triplet: 1C, CE and 2F. RGB value is (28,206,47). Sum of RGB (Red+Green+Blue) = 28+206+47=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCE2F is #E331D0. Grayscale: #878787. Windows color (decimal): -14889425 or 3132956. OLE color: 3132956.

HSL color Cylindrical-coordinate representation of color #1CCE2F: hue angle of 126.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCE2F is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 206 47 -
CMYK 0.86 0 0.77 0.19
HSL 126.4º 0.76% 0.46% -
HSV(B) 126.4º 0.86% 0.81% -
XYZ 23.06 44.59 10.08 -
YUV 134.65 78.53 51.93 -
System Red Green Blue C M Y K H S L
Decimal 28 206 47 0.86 0 0.77 0.19 126.4 0.76 0.46
Hex 1C CE 2F 56 0 4D 13 7E 4C 2E
Octal 34 316 57 126 0 115 23 176 114 56
Binary 11100 11001110 101111 1010110 0 1001101 10011 1111110 1001100 101110

Color Harmonies of #1CCE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCE2F

Black with #1CCE2F

Text Example


Text Example

White with #1CCE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,206,47); }

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

background-color css

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

 a { background-color: rgb(28,206,47); }

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

border-color css

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

 span { border-color: rgb(28,206,47); }

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