Html Css Color HEX #1CCF1E Lime Green

📋 copy color: '#1CCF1E'

red 28 ◦ green 207 ◦ blue 30

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

Shades of Lime Green #1CCF1E

Tints of Lime Green #1CCF1E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 78.11%

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 10.57%
G = 78.11%
B = 11.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#1CCF1E (or 0x1CCF1E) is known color: Lime Green. HEX triplet: 1C, CF and 1E. RGB value is (28,207,30). Sum of RGB (Red+Green+Blue) = 28+207+30=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 207 (81.25% from 255 or 78.11% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF1E is #E330E1. Grayscale: #858585. Windows color (decimal): -14889186 or 2019100. OLE color: 2019100.

HSL color Cylindrical-coordinate representation of color #1CCF1E: hue angle of 120.67º 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 #1CCF1E is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 207 30 -
CMYK 0.86 0 0.86 0.19
HSL 120.67º 0.76% 0.46% -
HSV(B) 120.67º 0.86% 0.81% -
XYZ 23.03 44.97 8.69 -
YUV 133.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 28 207 30 0.86 0 0.86 0.19 120.67 0.76 0.46
Hex 1C CF 1E 56 0 56 13 79 4C 2E
Octal 34 317 36 126 0 126 23 171 114 56
Binary 11100 11001111 11110 1010110 0 1010110 10011 1111001 1001100 101110

Color Harmonies of #1CCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCF1E

Black with #1CCF1E

Text Example


Text Example

White with #1CCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,207,30); }

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

background-color css

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

 a { background-color: rgb(28,207,30); }

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

border-color css

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

 span { border-color: rgb(28,207,30); }

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