Html Css Color HEX #2FEB25 Lime Green

📋 copy color: '#2FEB25'

red 47 ◦ green 235 ◦ blue 37

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

Shades of Lime Green #2FEB25

Tints of Lime Green #2FEB25

RGB

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

 GREEN value IS 235 (92.19% from 255) = 73.67%

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 14.73%
G = 73.67%
B = 11.6%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#2FEB25 (or 0x2FEB25) is known color: Lime Green. HEX triplet: 2F, EB and 25. RGB value is (47,235,37). Sum of RGB (Red+Green+Blue) = 47+235+37=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 235 (92.19% from 255 or 73.67% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB25 is #D014DA. Grayscale: #9C9C9C. Windows color (decimal): -13636827 or 2485039. OLE color: 2485039.

HSL color Cylindrical-coordinate representation of color #2FEB25: hue angle of 116.97º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FEB25 is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 37 -
CMYK 0.8 0 0.84 0.08
HSL 116.97º 0.83% 0.53% -
HSV(B) 116.97º 0.84% 0.92% -
XYZ 31.21 60.15 11.72 -
YUV 156.22 60.72 50.1 -
System Red Green Blue C M Y K H S L
Decimal 47 235 37 0.8 0 0.84 0.08 116.97 0.83 0.53
Hex 2F EB 25 50 0 54 8 75 53 35
Octal 57 353 45 120 0 124 10 165 123 65
Binary 101111 11101011 100101 1010000 0 1010100 1000 1110101 1010011 110101

Color Harmonies of #2FEB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB25

Black with #2FEB25

Text Example


Text Example

White with #2FEB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,235,37); }

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

background-color css

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

 a { background-color: rgb(47,235,37); }

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

border-color css

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

 span { border-color: rgb(47,235,37); }

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