Html Css Color HEX #2FE925 Lime Green

📋 copy color: '#2FE925'

red 47 ◦ green 233 ◦ blue 37

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

Shades of Lime Green #2FE925

Tints of Lime Green #2FE925

RGB

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

 GREEN value IS 233 (91.41% from 255) = 73.5%

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

R = 14.83%
G = 73.5%
B = 11.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#2FE925 (or 0x2FE925) is known color: Lime Green. HEX triplet: 2F, E9 and 25. RGB value is (47,233,37). Sum of RGB (Red+Green+Blue) = 47+233+37=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 233 (91.41% from 255 or 73.50% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE925 is #D016DA. Grayscale: #9B9B9B. Windows color (decimal): -13637339 or 2484527. OLE color: 2484527.

HSL color Cylindrical-coordinate representation of color #2FE925: hue angle of 116.94º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FE925 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 37 -
CMYK 0.80 0 0.84 0.09
HSL 116.94º 0.82% 0.53% -
HSV(B) 116.94º 0.84% 0.91% -
XYZ 30.65 59.02 11.53 -
YUV 155.04 61.38 50.94 -
System Red Green Blue C M Y K H S L
Decimal 47 233 37 0.80 0 0.84 0.09 116.94 0.82 0.53
Hex 2F E9 25 50 0 54 9 75 52 35
Octal 57 351 45 120 0 124 11 165 122 65
Binary 101111 11101001 100101 1010000 0 1010100 1001 1110101 1010010 110101

Color Harmonies of #2FE925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE925

Black with #2FE925

Text Example


Text Example

White with #2FE925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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