Html Css Color HEX #2FBE1D Lime Green

📋 copy color: '#2FBE1D'

red 47 ◦ green 190 ◦ blue 29

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

Shades of Lime Green #2FBE1D

Tints of Lime Green #2FBE1D

RGB

 RED value IS 47 (18.75% from 255) = 17.67%

 GREEN value IS 190 (74.61% from 255) = 71.43%

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 17.67%
G = 71.43%
B = 10.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#2FBE1D (or 0x2FBE1D) is known color: Lime Green. HEX triplet: 2F, BE and 1D. RGB value is (47,190,29). Sum of RGB (Red+Green+Blue) = 47+190+29=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 190 (74.61% from 255 or 71.43% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE1D is #D041E2. Grayscale: #818181. Windows color (decimal): -13648355 or 1949231. OLE color: 1949231.

HSL color Cylindrical-coordinate representation of color #2FBE1D: hue angle of 113.29º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FBE1D is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 190 29 -
CMYK 0.75 0 0.85 0.25
HSL 113.29º 0.74% 0.43% -
HSV(B) 113.29º 0.85% 0.75% -
XYZ 19.81 37.52 7.36 -
YUV 128.89 71.62 69.59 -
System Red Green Blue C M Y K H S L
Decimal 47 190 29 0.75 0 0.85 0.25 113.29 0.74 0.43
Hex 2F BE 1D 4B 0 55 19 71 4A 2B
Octal 57 276 35 113 0 125 31 161 112 53
Binary 101111 10111110 11101 1001011 0 1010101 11001 1110001 1001010 101011

Color Harmonies of #2FBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBE1D

Black with #2FBE1D

Text Example


Text Example

White with #2FBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FBE1D; }

 p { color: rgb(47,190,29); }

 H1.HeaderClassName
 {
   color: #2FBE1D;
 }
 .AnyTagClassName
 {
   color: #2FBE1D;
 }
</style>

background-color css

<style>
 a { background-color: #2FBE1D; }

 a { background-color: rgb(47,190,29); }

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

border-color css

<style>
 span { border-color: #2FBE1D; }

 span { border-color: rgb(47,190,29); }

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