Html Css Color HEX #2BB308 Kelly Green

📋 copy color: '#2BB308'

red 43 ◦ green 179 ◦ blue 8

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

Shades of Kelly Green #2BB308

Tints of Kelly Green #2BB308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 77.83%

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 18.7%
G = 77.83%
B = 3.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#2BB308 (or 0x2BB308) is known color: Kelly Green. HEX triplet: 2B, B3 and 08. RGB value is (43,179,8). Sum of RGB (Red+Green+Blue) = 43+179+8=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 179 (70.31% from 255 or 77.83% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB308 is #D44CF7. Grayscale: #777777. Windows color (decimal): -13913336 or 570155. OLE color: 570155.

HSL color Cylindrical-coordinate representation of color #2BB308: hue angle of 107.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BB308 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 179 8 -
CMYK 0.76 0 0.96 0.30
HSL 107.72º 0.91% 0.37% -
HSV(B) 107.72º 0.96% 0.7% -
XYZ 17.16 32.77 5.65 -
YUV 118.84 65.44 73.9 -
System Red Green Blue C M Y K H S L
Decimal 43 179 8 0.76 0 0.96 0.30 107.72 0.91 0.37
Hex 2B B3 8 4C 0 60 1E 6C 5B 25
Octal 53 263 10 114 0 140 36 154 133 45
Binary 101011 10110011 1000 1001100 0 1100000 11110 1101100 1011011 100101

Color Harmonies of #2BB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB308

Black with #2BB308

Text Example


Text Example

White with #2BB308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,179,8); }

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

background-color css

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

 a { background-color: rgb(43,179,8); }

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

border-color css

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

 span { border-color: rgb(43,179,8); }

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