Html Css Color HEX #2FC045 Lime Green

📋 copy color: '#2FC045'

red 47 ◦ green 192 ◦ blue 69

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

Shades of Lime Green #2FC045

Tints of Lime Green #2FC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.34%

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

R = 15.26%
G = 62.34%
B = 22.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#2FC045 (or 0x2FC045) is known color: Lime Green. HEX triplet: 2F, C0 and 45. RGB value is (47,192,69). Sum of RGB (Red+Green+Blue) = 47+192+69=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC045 is #D03FBA. Grayscale: #868686. Windows color (decimal): -13647803 or 4571183. OLE color: 4571183.

HSL color Cylindrical-coordinate representation of color #2FC045: hue angle of 129.1º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC045 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 192 69 -
CMYK 0.76 0 0.64 0.25
HSL 129.1º 0.61% 0.47% -
HSV(B) 129.1º 0.76% 0.75% -
XYZ 21.1 38.73 11.99 -
YUV 134.62 90.96 65.5 -
System Red Green Blue C M Y K H S L
Decimal 47 192 69 0.76 0 0.64 0.25 129.1 0.61 0.47
Hex 2F C0 45 4C 0 40 19 81 3D 2F
Octal 57 300 105 114 0 100 31 201 75 57
Binary 101111 11000000 1000101 1001100 0 1000000 11001 10000001 111101 101111

Color Harmonies of #2FC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC045

Black with #2FC045

Text Example


Text Example

White with #2FC045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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