Html Css Color HEX #2FE527 Lime Green

📋 copy color: '#2FE527'

red 47 ◦ green 229 ◦ blue 39

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

Shades of Lime Green #2FE527

Tints of Lime Green #2FE527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.38%

R = 14.92%
G = 72.7%
B = 12.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#2FE527 (or 0x2FE527) is known color: Lime Green. HEX triplet: 2F, E5 and 27. RGB value is (47,229,39). Sum of RGB (Red+Green+Blue) = 47+229+39=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 229 (89.84% from 255 or 72.70% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE527 is #D01AD8. Grayscale: #999999. Windows color (decimal): -13638361 or 2614575. OLE color: 2614575.

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

Color convert

RGB 47 229 39 -
CMYK 0.79 0 0.83 0.10
HSL 117.47º 0.79% 0.53% -
HSV(B) 117.47º 0.83% 0.9% -
XYZ 29.56 56.79 11.32 -
YUV 152.92 63.7 52.45 -
System Red Green Blue C M Y K H S L
Decimal 47 229 39 0.79 0 0.83 0.10 117.47 0.79 0.53
Hex 2F E5 27 4F 0 53 A 75 4F 35
Octal 57 345 47 117 0 123 12 165 117 65
Binary 101111 11100101 100111 1001111 0 1010011 1010 1110101 1001111 110101

Color Harmonies of #2FE527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE527

Black with #2FE527

Text Example


Text Example

White with #2FE527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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