Html Css Color HEX #2FB626 Lime Green

📋 copy color: '#2FB626'

red 47 ◦ green 182 ◦ blue 38

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

Shades of Lime Green #2FB626

Tints of Lime Green #2FB626

RGB

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

 GREEN value IS 182 (71.48% from 255) = 68.16%

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

R = 17.6%
G = 68.16%
B = 14.23%

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

#2FB626 (or 0x2FB626) is known color: Lime Green. HEX triplet: 2F, B6 and 26. RGB value is (47,182,38). Sum of RGB (Red+Green+Blue) = 47+182+38=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 182 (71.48% from 255 or 68.16% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB626 is #D049D9. Grayscale: #7D7D7D. Windows color (decimal): -13650394 or 2537007. OLE color: 2537007.

HSL color Cylindrical-coordinate representation of color #2FB626: hue angle of 116.25º 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 #2FB626 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 38 -
CMYK 0.74 0 0.79 0.29
HSL 116.25º 0.65% 0.43% -
HSV(B) 116.25º 0.79% 0.71% -
XYZ 18.25 34.2 7.47 -
YUV 125.22 78.77 72.21 -
System Red Green Blue C M Y K H S L
Decimal 47 182 38 0.74 0 0.79 0.29 116.25 0.65 0.43
Hex 2F B6 26 4A 0 4F 1D 74 41 2B
Octal 57 266 46 112 0 117 35 164 101 53
Binary 101111 10110110 100110 1001010 0 1001111 11101 1110100 1000001 101011

Color Harmonies of #2FB626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB626

Black with #2FB626

Text Example


Text Example

White with #2FB626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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