Html Css Color HEX #2FB526 Lime Green

📋 copy color: '#2FB526'

red 47 ◦ green 181 ◦ blue 38

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

Shades of Lime Green #2FB526

Tints of Lime Green #2FB526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.05%

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 17.67%
G = 68.05%
B = 14.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#2FB526 (or 0x2FB526) is known color: Lime Green. HEX triplet: 2F, B5 and 26. RGB value is (47,181,38). Sum of RGB (Red+Green+Blue) = 47+181+38=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 181 (71.09% from 255 or 68.05% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB526 is #D04AD9. Grayscale: #7D7D7D. Windows color (decimal): -13650650 or 2536751. OLE color: 2536751.

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

Color convert

RGB 47 181 38 -
CMYK 0.74 0 0.79 0.29
HSL 116.22º 0.65% 0.43% -
HSV(B) 116.22º 0.79% 0.71% -
XYZ 18.05 33.79 7.41 -
YUV 124.63 79.11 72.63 -
System Red Green Blue C M Y K H S L
Decimal 47 181 38 0.74 0 0.79 0.29 116.22 0.65 0.43
Hex 2F B5 26 4A 0 4F 1D 74 41 2B
Octal 57 265 46 112 0 117 35 164 101 53
Binary 101111 10110101 100110 1001010 0 1001111 11101 1110100 1000001 101011

Color Harmonies of #2FB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB526

Black with #2FB526

Text Example


Text Example

White with #2FB526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,181,38); }

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

background-color css

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

 a { background-color: rgb(47,181,38); }

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

border-color css

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

 span { border-color: rgb(47,181,38); }

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