Html Css Color HEX #2FB63F Lime Green

📋 copy color: '#2FB63F'

red 47 ◦ green 182 ◦ blue 63

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

Shades of Lime Green #2FB63F

Tints of Lime Green #2FB63F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 62.33%

 BLUE value IS 63 (25% from 255) = 21.58%

R = 16.1%
G = 62.33%
B = 21.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#2FB63F (or 0x2FB63F) is known color: Lime Green. HEX triplet: 2F, B6 and 3F. RGB value is (47,182,63). Sum of RGB (Red+Green+Blue) = 47+182+63=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 182 (71.48% from 255 or 62.33% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB63F is #D049C0. Grayscale: #808080. Windows color (decimal): -13650369 or 4175407. OLE color: 4175407.

HSL color Cylindrical-coordinate representation of color #2FB63F: hue angle of 127.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB63F is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 63 -
CMYK 0.74 0 0.65 0.29
HSL 127.11º 0.59% 0.45% -
HSV(B) 127.11º 0.74% 0.71% -
XYZ 18.8 34.42 10.36 -
YUV 128.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 47 182 63 0.74 0 0.65 0.29 127.11 0.59 0.45
Hex 2F B6 3F 4A 0 41 1D 7F 3B 2D
Octal 57 266 77 112 0 101 35 177 73 55
Binary 101111 10110110 111111 1001010 0 1000001 11101 1111111 111011 101101

Color Harmonies of #2FB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB63F

Black with #2FB63F

Text Example


Text Example

White with #2FB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,182,63); }

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

background-color css

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

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

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

border-color css

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

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

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