Html Css Color HEX #1FDA34 Lime Green

📋 copy color: '#1FDA34'

red 31 ◦ green 218 ◦ blue 52

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

Shades of Lime Green #1FDA34

Tints of Lime Green #1FDA34

RGB

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

 GREEN value IS 218 (85.55% from 255) = 72.43%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 10.3%
G = 72.43%
B = 17.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#1FDA34 (or 0x1FDA34) is known color: Lime Green. HEX triplet: 1F, DA and 34. RGB value is (31,218,52). Sum of RGB (Red+Green+Blue) = 31+218+52=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 218 (85.55% from 255 or 72.43% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA34 is #E025CB. Grayscale: #8F8F8F. Windows color (decimal): -14689740 or 3463711. OLE color: 3463711.

HSL color Cylindrical-coordinate representation of color #1FDA34: hue angle of 126.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDA34 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 218 52 -
CMYK 0.86 0 0.76 0.15
HSL 126.74º 0.75% 0.49% -
HSV(B) 126.74º 0.86% 0.85% -
XYZ 26.26 50.68 11.65 -
YUV 143.16 76.55 48 -
System Red Green Blue C M Y K H S L
Decimal 31 218 52 0.86 0 0.76 0.15 126.74 0.75 0.49
Hex 1F DA 34 56 0 4C F 7F 4B 31
Octal 37 332 64 126 0 114 17 177 113 61
Binary 11111 11011010 110100 1010110 0 1001100 1111 1111111 1001011 110001

Color Harmonies of #1FDA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDA34

Black with #1FDA34

Text Example


Text Example

White with #1FDA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,218,52); }

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

background-color css

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

 a { background-color: rgb(31,218,52); }

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

border-color css

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

 span { border-color: rgb(31,218,52); }

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