Html Css Color HEX #1FD02A Lime Green

📋 copy color: '#1FD02A'

red 31 ◦ green 208 ◦ blue 42

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

Shades of Lime Green #1FD02A

Tints of Lime Green #1FD02A

RGB

 RED value IS 31 (12.5% from 255) = 11.03%

 GREEN value IS 208 (81.64% from 255) = 74.02%

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 11.03%
G = 74.02%
B = 14.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#1FD02A (or 0x1FD02A) is known color: Lime Green. HEX triplet: 1F, D0 and 2A. RGB value is (31,208,42). Sum of RGB (Red+Green+Blue) = 31+208+42=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD02A is #E02FD5. Grayscale: #888888. Windows color (decimal): -14692310 or 2805791. OLE color: 2805791.

HSL color Cylindrical-coordinate representation of color #1FD02A: hue angle of 123.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD02A is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 42 -
CMYK 0.85 0 0.80 0.18
HSL 123.73º 0.74% 0.47% -
HSV(B) 123.73º 0.85% 0.82% -
XYZ 23.54 45.57 9.75 -
YUV 136.15 74.86 53 -
System Red Green Blue C M Y K H S L
Decimal 31 208 42 0.85 0 0.80 0.18 123.73 0.74 0.47
Hex 1F D0 2A 55 0 50 12 7C 4A 2F
Octal 37 320 52 125 0 120 22 174 112 57
Binary 11111 11010000 101010 1010101 0 1010000 10010 1111100 1001010 101111

Color Harmonies of #1FD02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD02A

Black with #1FD02A

Text Example


Text Example

White with #1FD02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,208,42); }

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

background-color css

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

 a { background-color: rgb(31,208,42); }

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

border-color css

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

 span { border-color: rgb(31,208,42); }

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