Html Css Color HEX #2FD645 Lime Green

📋 copy color: '#2FD645'

red 47 ◦ green 214 ◦ blue 69

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

Shades of Lime Green #2FD645

Tints of Lime Green #2FD645

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.85%

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 14.24%
G = 64.85%
B = 20.91%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#2FD645 (or 0x2FD645) is known color: Lime Green. HEX triplet: 2F, D6 and 45. RGB value is (47,214,69). Sum of RGB (Red+Green+Blue) = 47+214+69=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD645 is #D029BA. Grayscale: #939393. Windows color (decimal): -13642171 or 4576815. OLE color: 4576815.

HSL color Cylindrical-coordinate representation of color #2FD645: hue angle of 127.9º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD645 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 69 -
CMYK 0.78 0 0.68 0.16
HSL 127.9º 0.67% 0.51% -
HSV(B) 127.9º 0.78% 0.84% -
XYZ 26.29 49.13 13.73 -
YUV 147.54 83.67 56.29 -
System Red Green Blue C M Y K H S L
Decimal 47 214 69 0.78 0 0.68 0.16 127.9 0.67 0.51
Hex 2F D6 45 4E 0 44 10 80 43 33
Octal 57 326 105 116 0 104 20 200 103 63
Binary 101111 11010110 1000101 1001110 0 1000100 10000 10000000 1000011 110011

Color Harmonies of #2FD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD645

Black with #2FD645

Text Example


Text Example

White with #2FD645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,69); }

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

background-color css

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

 a { background-color: rgb(47,214,69); }

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

border-color css

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

 span { border-color: rgb(47,214,69); }

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