Html Css Color HEX #2FC02B Lime Green

📋 copy color: '#2FC02B'

red 47 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #2FC02B

Tints of Lime Green #2FC02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 16.67%
G = 68.09%
B = 15.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#2FC02B (or 0x2FC02B) is known color: Lime Green. HEX triplet: 2F, C0 and 2B. RGB value is (47,192,43). Sum of RGB (Red+Green+Blue) = 47+192+43=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC02B is #D03FD4. Grayscale: #848484. Windows color (decimal): -13647829 or 2867247. OLE color: 2867247.

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

Color convert

RGB 47 192 43 -
CMYK 0.76 0 0.78 0.25
HSL 118.39º 0.63% 0.46% -
HSV(B) 118.39º 0.78% 0.75% -
XYZ 20.46 38.48 8.63 -
YUV 131.66 77.96 67.62 -
System Red Green Blue C M Y K H S L
Decimal 47 192 43 0.76 0 0.78 0.25 118.39 0.63 0.46
Hex 2F C0 2B 4C 0 4E 19 76 3F 2E
Octal 57 300 53 114 0 116 31 166 77 56
Binary 101111 11000000 101011 1001100 0 1001110 11001 1110110 111111 101110

Color Harmonies of #2FC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC02B

Black with #2FC02B

Text Example


Text Example

White with #2FC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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