Html Css Color HEX #2FF52D Lime Green

📋 copy color: '#2FF52D'

red 47 ◦ green 245 ◦ blue 45

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

Shades of Lime Green #2FF52D

Tints of Lime Green #2FF52D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 72.7%

 BLUE value IS 45 (17.97% from 255) = 13.35%

R = 13.95%
G = 72.7%
B = 13.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#2FF52D (or 0x2FF52D) is known color: Lime Green. HEX triplet: 2F, F5 and 2D. RGB value is (47,245,45). Sum of RGB (Red+Green+Blue) = 47+245+45=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 245 (96.09% from 255 or 72.70% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF52D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF52D is #D00AD2. Grayscale: #A3A3A3. Windows color (decimal): -13634259 or 3011887. OLE color: 3011887.

HSL color Cylindrical-coordinate representation of color #2FF52D: hue angle of 119.4º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FF52D is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 245 45 -
CMYK 0.81 0 0.82 0.04
HSL 119.4º 0.91% 0.57% -
HSV(B) 119.4º 0.82% 0.96% -
XYZ 34.3 66.1 13.43 -
YUV 163 61.4 45.26 -
System Red Green Blue C M Y K H S L
Decimal 47 245 45 0.81 0 0.82 0.04 119.4 0.91 0.57
Hex 2F F5 2D 51 0 52 4 77 5B 39
Octal 57 365 55 121 0 122 4 167 133 71
Binary 101111 11110101 101101 1010001 0 1010010 100 1110111 1011011 111001

Color Harmonies of #2FF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF52D

Black with #2FF52D

Text Example


Text Example

White with #2FF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,245,45); }

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

background-color css

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

 a { background-color: rgb(47,245,45); }

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

border-color css

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

 span { border-color: rgb(47,245,45); }

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