Html Css Color HEX #2FC04B Lime Green

📋 copy color: '#2FC04B'

red 47 ◦ green 192 ◦ blue 75

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

Shades of Lime Green #2FC04B

Tints of Lime Green #2FC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.15%

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 14.97%
G = 61.15%
B = 23.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#2FC04B (or 0x2FC04B) is known color: Lime Green. HEX triplet: 2F, C0 and 4B. RGB value is (47,192,75). Sum of RGB (Red+Green+Blue) = 47+192+75=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC04B is #D03FB4. Grayscale: #878787. Windows color (decimal): -13647797 or 4964399. OLE color: 4964399.

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

Color convert

RGB 47 192 75 -
CMYK 0.76 0 0.61 0.25
HSL 131.59º 0.61% 0.47% -
HSV(B) 131.59º 0.76% 0.75% -
XYZ 21.29 38.81 13.03 -
YUV 135.31 93.96 65.01 -
System Red Green Blue C M Y K H S L
Decimal 47 192 75 0.76 0 0.61 0.25 131.59 0.61 0.47
Hex 2F C0 4B 4C 0 3D 19 84 3D 2F
Octal 57 300 113 114 0 75 31 204 75 57
Binary 101111 11000000 1001011 1001100 0 111101 11001 10000100 111101 101111

Color Harmonies of #2FC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC04B

Black with #2FC04B

Text Example


Text Example

White with #2FC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,192,75); }

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

background-color css

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

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

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

border-color css

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

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

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