Html Css Color HEX #2FB427 Lime Green

📋 copy color: '#2FB427'

red 47 ◦ green 180 ◦ blue 39

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

Shades of Lime Green #2FB427

Tints of Lime Green #2FB427

RGB

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

 GREEN value IS 180 (70.7% from 255) = 67.67%

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

R = 17.67%
G = 67.67%
B = 14.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#2FB427 (or 0x2FB427) is known color: Lime Green. HEX triplet: 2F, B4 and 27. RGB value is (47,180,39). Sum of RGB (Red+Green+Blue) = 47+180+39=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 180 (70.70% from 255 or 67.67% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB427 is #D04BD8. Grayscale: #7C7C7C. Windows color (decimal): -13650905 or 2602031. OLE color: 2602031.

HSL color Cylindrical-coordinate representation of color #2FB427: hue angle of 116.6º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FB427 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 39 -
CMYK 0.74 0 0.78 0.29
HSL 116.6º 0.64% 0.43% -
HSV(B) 116.6º 0.78% 0.71% -
XYZ 17.86 33.39 7.42 -
YUV 124.16 79.94 72.96 -
System Red Green Blue C M Y K H S L
Decimal 47 180 39 0.74 0 0.78 0.29 116.6 0.64 0.43
Hex 2F B4 27 4A 0 4E 1D 75 40 2B
Octal 57 264 47 112 0 116 35 165 100 53
Binary 101111 10110100 100111 1001010 0 1001110 11101 1110101 1000000 101011

Color Harmonies of #2FB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB427

Black with #2FB427

Text Example


Text Example

White with #2FB427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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