Html Css Color HEX #2FCD2F Lime Green

📋 copy color: '#2FCD2F'

red 47 ◦ green 205 ◦ blue 47

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

Shades of Lime Green #2FCD2F

Tints of Lime Green #2FCD2F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 68.56%

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 15.72%
G = 68.56%
B = 15.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#2FCD2F (or 0x2FCD2F) is known color: Lime Green. HEX triplet: 2F, CD and 2F. RGB value is (47,205,47). Sum of RGB (Red+Green+Blue) = 47+205+47=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 205 (80.47% from 255 or 68.56% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD2F is #D032D0. Grayscale: #8C8C8C. Windows color (decimal): -13644497 or 3132719. OLE color: 3132719.

HSL color Cylindrical-coordinate representation of color #2FCD2F: hue angle of 120º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCD2F is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 205 47 -
CMYK 0.77 0 0.77 0.20
HSL 120º 0.63% 0.49% -
HSV(B) 120º 0.77% 0.8% -
XYZ 23.52 44.47 10.03 -
YUV 139.75 75.65 61.85 -
System Red Green Blue C M Y K H S L
Decimal 47 205 47 0.77 0 0.77 0.20 120 0.63 0.49
Hex 2F CD 2F 4D 0 4D 14 78 3F 31
Octal 57 315 57 115 0 115 24 170 77 61
Binary 101111 11001101 101111 1001101 0 1001101 10100 1111000 111111 110001

Color Harmonies of #2FCD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD2F

Black with #2FCD2F

Text Example


Text Example

White with #2FCD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,205,47); }

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

background-color css

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

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

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

border-color css

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

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

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