Html Css Color HEX #4CCF2F Lime Green

📋 copy color: '#4CCF2F'

red 76 ◦ green 207 ◦ blue 47

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

Shades of Lime Green #4CCF2F

Tints of Lime Green #4CCF2F

RGB

 RED value IS 76 (30.08% from 255) = 23.03%

 GREEN value IS 207 (81.25% from 255) = 62.73%

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

R = 23.03%
G = 62.73%
B = 14.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#4CCF2F (or 0x4CCF2F) is known color: Lime Green. HEX triplet: 4C, CF and 2F. RGB value is (76,207,47). Sum of RGB (Red+Green+Blue) = 76+207+47=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCF2F is #B330D0. Grayscale: #969696. Windows color (decimal): -11743441 or 3133260. OLE color: 3133260.

HSL color Cylindrical-coordinate representation of color #4CCF2F: hue angle of 109.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4CCF2F is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 207 47 -
CMYK 0.63 0 0.77 0.19
HSL 109.13º 0.63% 0.5% -
HSV(B) 109.13º 0.77% 0.81% -
XYZ 25.81 46.37 10.28 -
YUV 149.59 70.1 75.51 -
System Red Green Blue C M Y K H S L
Decimal 76 207 47 0.63 0 0.77 0.19 109.13 0.63 0.5
Hex 4C CF 2F 3F 0 4D 13 6D 3F 32
Octal 114 317 57 77 0 115 23 155 77 62
Binary 1001100 11001111 101111 111111 0 1001101 10011 1101101 111111 110010

Color Harmonies of #4CCF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCF2F

Black with #4CCF2F

Text Example


Text Example

White with #4CCF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CCF2F; }

 p { color: rgb(76,207,47); }

 H1.HeaderClassName
 {
   color: #4CCF2F;
 }
 .AnyTagClassName
 {
   color: #4CCF2F;
 }
</style>

background-color css

<style>
 a { background-color: #4CCF2F; }

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

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

border-color css

<style>
 span { border-color: #4CCF2F; }

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

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