Html Css Color HEX #2BB512 Kelly Green

📋 copy color: '#2BB512'

red 43 ◦ green 181 ◦ blue 18

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

Shades of Kelly Green #2BB512

Tints of Kelly Green #2BB512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 17.77%
G = 74.79%
B = 7.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#2BB512 (or 0x2BB512) is known color: Kelly Green. HEX triplet: 2B, B5 and 12. RGB value is (43,181,18). Sum of RGB (Red+Green+Blue) = 43+181+18=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 181 (71.09% from 255 or 74.79% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB512 is #D44AED. Grayscale: #797979. Windows color (decimal): -13912814 or 1226027. OLE color: 1226027.

HSL color Cylindrical-coordinate representation of color #2BB512: hue angle of 110.8º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BB512 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 18 -
CMYK 0.76 0 0.90 0.29
HSL 110.8º 0.82% 0.39% -
HSV(B) 110.8º 0.9% 0.71% -
XYZ 17.63 33.61 6.13 -
YUV 121.16 69.78 72.25 -
System Red Green Blue C M Y K H S L
Decimal 43 181 18 0.76 0 0.90 0.29 110.8 0.82 0.39
Hex 2B B5 12 4C 0 5A 1D 6F 52 27
Octal 53 265 22 114 0 132 35 157 122 47
Binary 101011 10110101 10010 1001100 0 1011010 11101 1101111 1010010 100111

Color Harmonies of #2BB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB512

Black with #2BB512

Text Example


Text Example

White with #2BB512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,181,18); }

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

background-color css

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

 a { background-color: rgb(43,181,18); }

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

border-color css

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

 span { border-color: rgb(43,181,18); }

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