Html Css Color HEX #2FBD2D Lime Green

📋 copy color: '#2FBD2D'

red 47 ◦ green 189 ◦ blue 45

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

Shades of Lime Green #2FBD2D

Tints of Lime Green #2FBD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 16.73%
G = 67.26%
B = 16.01%

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

#2FBD2D (or 0x2FBD2D) is known color: Lime Green. HEX triplet: 2F, BD and 2D. RGB value is (47,189,45). Sum of RGB (Red+Green+Blue) = 47+189+45=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 189 (74.22% from 255 or 67.26% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBD2D is #D042D2. Grayscale: #828282. Windows color (decimal): -13648595 or 2997551. OLE color: 2997551.

HSL color Cylindrical-coordinate representation of color #2FBD2D: hue angle of 119.17º degrees, saturation: 0.62, 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 #2FBD2D is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 189 45 -
CMYK 0.75 0 0.76 0.26
HSL 119.17º 0.62% 0.46% -
HSV(B) 119.17º 0.76% 0.74% -
XYZ 19.84 37.19 8.61 -
YUV 130.13 79.96 68.71 -
System Red Green Blue C M Y K H S L
Decimal 47 189 45 0.75 0 0.76 0.26 119.17 0.62 0.46
Hex 2F BD 2D 4B 0 4C 1A 77 3E 2E
Octal 57 275 55 113 0 114 32 167 76 56
Binary 101111 10111101 101101 1001011 0 1001100 11010 1110111 111110 101110

Color Harmonies of #2FBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBD2D

Black with #2FBD2D

Text Example


Text Example

White with #2FBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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