Html Css Color HEX #2BAF26 Lime Green

📋 copy color: '#2BAF26'

red 43 ◦ green 175 ◦ blue 38

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

Shades of Lime Green #2BAF26

Tints of Lime Green #2BAF26

RGB

 RED value IS 43 (17.19% from 255) = 16.8%

 GREEN value IS 175 (68.75% from 255) = 68.36%

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

R = 16.8%
G = 68.36%
B = 14.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#2BAF26 (or 0x2BAF26) is known color: Lime Green. HEX triplet: 2B, AF and 26. RGB value is (43,175,38). Sum of RGB (Red+Green+Blue) = 43+175+38=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAF26 is #D450D9. Grayscale: #787878. Windows color (decimal): -13914330 or 2535211. OLE color: 2535211.

HSL color Cylindrical-coordinate representation of color #2BAF26: hue angle of 117.81º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BAF26 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 175 38 -
CMYK 0.75 0 0.78 0.31
HSL 117.81º 0.64% 0.42% -
HSV(B) 117.81º 0.78% 0.69% -
XYZ 16.68 31.31 7 -
YUV 119.91 81.77 73.14 -
System Red Green Blue C M Y K H S L
Decimal 43 175 38 0.75 0 0.78 0.31 117.81 0.64 0.42
Hex 2B AF 26 4B 0 4E 1F 76 40 2A
Octal 53 257 46 113 0 116 37 166 100 52
Binary 101011 10101111 100110 1001011 0 1001110 11111 1110110 1000000 101010

Color Harmonies of #2BAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF26

Black with #2BAF26

Text Example


Text Example

White with #2BAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,175,38); }

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

background-color css

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

 a { background-color: rgb(43,175,38); }

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

border-color css

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

 span { border-color: rgb(43,175,38); }

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