Html Css Color HEX #2FBD1A Lime Green

📋 copy color: '#2FBD1A'

red 47 ◦ green 189 ◦ blue 26

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

Shades of Lime Green #2FBD1A

Tints of Lime Green #2FBD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 72.14%

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 17.94%
G = 72.14%
B = 9.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#2FBD1A (or 0x2FBD1A) is known color: Lime Green. HEX triplet: 2F, BD and 1A. RGB value is (47,189,26). Sum of RGB (Red+Green+Blue) = 47+189+26=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 189 (74.22% from 255 or 72.14% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBD1A is #D042E5. Grayscale: #808080. Windows color (decimal): -13648614 or 1752367. OLE color: 1752367.

HSL color Cylindrical-coordinate representation of color #2FBD1A: hue angle of 112.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FBD1A is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 189 26 -
CMYK 0.75 0 0.86 0.26
HSL 112.27º 0.76% 0.42% -
HSV(B) 112.27º 0.86% 0.74% -
XYZ 19.56 37.07 7.1 -
YUV 127.96 70.46 70.25 -
System Red Green Blue C M Y K H S L
Decimal 47 189 26 0.75 0 0.86 0.26 112.27 0.76 0.42
Hex 2F BD 1A 4B 0 56 1A 70 4C 2A
Octal 57 275 32 113 0 126 32 160 114 52
Binary 101111 10111101 11010 1001011 0 1010110 11010 1110000 1001100 101010

Color Harmonies of #2FBD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBD1A

Black with #2FBD1A

Text Example


Text Example

White with #2FBD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,189,26); }

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

background-color css

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

 a { background-color: rgb(47,189,26); }

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

border-color css

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

 span { border-color: rgb(47,189,26); }

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