Html Css Color HEX #2FBE32 Lime Green

📋 copy color: '#2FBE32'

red 47 ◦ green 190 ◦ blue 50

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

Shades of Lime Green #2FBE32

Tints of Lime Green #2FBE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 66.2%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 16.38%
G = 66.2%
B = 17.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#2FBE32 (or 0x2FBE32) is known color: Lime Green. HEX triplet: 2F, BE and 32. RGB value is (47,190,50). Sum of RGB (Red+Green+Blue) = 47+190+50=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 190 (74.61% from 255 or 66.20% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE32 is #D041CD. Grayscale: #838383. Windows color (decimal): -13648334 or 3325487. OLE color: 3325487.

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

Color convert

RGB 47 190 50 -
CMYK 0.75 0 0.74 0.25
HSL 121.26º 0.6% 0.46% -
HSV(B) 121.26º 0.75% 0.75% -
XYZ 20.16 37.66 9.22 -
YUV 131.28 82.12 67.88 -
System Red Green Blue C M Y K H S L
Decimal 47 190 50 0.75 0 0.74 0.25 121.26 0.6 0.46
Hex 2F BE 32 4B 0 4A 19 79 3C 2E
Octal 57 276 62 113 0 112 31 171 74 56
Binary 101111 10111110 110010 1001011 0 1001010 11001 1111001 111100 101110

Color Harmonies of #2FBE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBE32

Black with #2FBE32

Text Example


Text Example

White with #2FBE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,190,50); }

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

background-color css

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

 a { background-color: rgb(47,190,50); }

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

border-color css

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

 span { border-color: rgb(47,190,50); }

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