Html Css Color HEX #2FBD2E Lime Green

📋 copy color: '#2FBD2E'

red 47 ◦ green 189 ◦ blue 46

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

Shades of Lime Green #2FBD2E

Tints of Lime Green #2FBD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 16.67%
G = 67.02%
B = 16.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#2FBD2E (or 0x2FBD2E) is known color: Lime Green. HEX triplet: 2F, BD and 2E. RGB value is (47,189,46). Sum of RGB (Red+Green+Blue) = 47+189+46=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 189 (74.22% from 255 or 67.02% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBD2E is #D042D1. Grayscale: #828282. Windows color (decimal): -13648594 or 3063087. OLE color: 3063087.

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

Color convert

RGB 47 189 46 -
CMYK 0.75 0 0.76 0.26
HSL 119.58º 0.61% 0.46% -
HSV(B) 119.58º 0.76% 0.74% -
XYZ 19.86 37.2 8.72 -
YUV 130.24 80.46 68.63 -
System Red Green Blue C M Y K H S L
Decimal 47 189 46 0.75 0 0.76 0.26 119.58 0.61 0.46
Hex 2F BD 2E 4B 0 4C 1A 78 3D 2E
Octal 57 275 56 113 0 114 32 170 75 56
Binary 101111 10111101 101110 1001011 0 1001100 11010 1111000 111101 101110

Color Harmonies of #2FBD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBD2E

Black with #2FBD2E

Text Example


Text Example

White with #2FBD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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