Html Css Color HEX #2FE525 Lime Green

📋 copy color: '#2FE525'

red 47 ◦ green 229 ◦ blue 37

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

Shades of Lime Green #2FE525

Tints of Lime Green #2FE525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 73.16%

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

R = 15.02%
G = 73.16%
B = 11.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#2FE525 (or 0x2FE525) is known color: Lime Green. HEX triplet: 2F, E5 and 25. RGB value is (47,229,37). Sum of RGB (Red+Green+Blue) = 47+229+37=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 229 (89.84% from 255 or 73.16% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE525 is #D01ADA. Grayscale: #999999. Windows color (decimal): -13638363 or 2483503. OLE color: 2483503.

HSL color Cylindrical-coordinate representation of color #2FE525: hue angle of 116.88º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FE525 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 37 -
CMYK 0.79 0 0.84 0.10
HSL 116.88º 0.79% 0.52% -
HSV(B) 116.88º 0.84% 0.9% -
XYZ 29.53 56.78 11.15 -
YUV 152.69 62.7 52.61 -
System Red Green Blue C M Y K H S L
Decimal 47 229 37 0.79 0 0.84 0.10 116.88 0.79 0.52
Hex 2F E5 25 4F 0 54 A 75 4F 34
Octal 57 345 45 117 0 124 12 165 117 64
Binary 101111 11100101 100101 1001111 0 1010100 1010 1110101 1001111 110100

Color Harmonies of #2FE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE525

Black with #2FE525

Text Example


Text Example

White with #2FE525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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