Html Css Color HEX #1EBF0C Lime Green

📋 copy color: '#1EBF0C'

red 30 ◦ green 191 ◦ blue 12

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

Shades of Lime Green #1EBF0C

Tints of Lime Green #1EBF0C

RGB

 RED value IS 30 (12.11% from 255) = 12.88%

 GREEN value IS 191 (75% from 255) = 81.97%

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 12.88%
G = 81.97%
B = 5.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#1EBF0C (or 0x1EBF0C) is known color: Lime Green. HEX triplet: 1E, BF and 0C. RGB value is (30,191,12). Sum of RGB (Red+Green+Blue) = 30+191+12=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 191 (75% from 255 or 81.97% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBF0C is #E140F3. Grayscale: #7B7B7B. Windows color (decimal): -14762228 or 835358. OLE color: 835358.

HSL color Cylindrical-coordinate representation of color #1EBF0C: hue angle of 113.97º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EBF0C is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 191 12 -
CMYK 0.84 0 0.94 0.25
HSL 113.97º 0.88% 0.4% -
HSV(B) 113.97º 0.94% 0.75% -
XYZ 19.23 37.56 6.58 -
YUV 122.46 65.66 62.05 -
System Red Green Blue C M Y K H S L
Decimal 30 191 12 0.84 0 0.94 0.25 113.97 0.88 0.4
Hex 1E BF C 54 0 5E 19 72 58 28
Octal 36 277 14 124 0 136 31 162 130 50
Binary 11110 10111111 1100 1010100 0 1011110 11001 1110010 1011000 101000

Color Harmonies of #1EBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBF0C

Black with #1EBF0C

Text Example


Text Example

White with #1EBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,191,12); }

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

background-color css

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

 a { background-color: rgb(30,191,12); }

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

border-color css

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

 span { border-color: rgb(30,191,12); }

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