Html Css Color HEX #2FCD29 Lime Green

📋 copy color: '#2FCD29'

red 47 ◦ green 205 ◦ blue 41

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

Shades of Lime Green #2FCD29

Tints of Lime Green #2FCD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 16.04%
G = 69.97%
B = 13.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#2FCD29 (or 0x2FCD29) is known color: Lime Green. HEX triplet: 2F, CD and 29. RGB value is (47,205,41). Sum of RGB (Red+Green+Blue) = 47+205+41=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 205 (80.47% from 255 or 69.97% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD29 is #D032D6. Grayscale: #8B8B8B. Windows color (decimal): -13644503 or 2739503. OLE color: 2739503.

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

Color convert

RGB 47 205 41 -
CMYK 0.77 0 0.8 0.20
HSL 117.8º 0.67% 0.48% -
HSV(B) 117.8º 0.8% 0.8% -
XYZ 23.4 44.43 9.44 -
YUV 139.06 72.65 62.34 -
System Red Green Blue C M Y K H S L
Decimal 47 205 41 0.77 0 0.8 0.20 117.8 0.67 0.48
Hex 2F CD 29 4D 0 50 14 76 43 30
Octal 57 315 51 115 0 120 24 166 103 60
Binary 101111 11001101 101001 1001101 0 1010000 10100 1110110 1000011 110000

Color Harmonies of #2FCD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD29

Black with #2FCD29

Text Example


Text Example

White with #2FCD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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