Html Css Color HEX #2BB306 Kelly Green

📋 copy color: '#2BB306'

red 43 ◦ green 179 ◦ blue 6

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

Shades of Kelly Green #2BB306

Tints of Kelly Green #2BB306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 18.86%
G = 78.51%
B = 2.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#2BB306 (or 0x2BB306) is known color: Kelly Green. HEX triplet: 2B, B3 and 06. RGB value is (43,179,6). Sum of RGB (Red+Green+Blue) = 43+179+6=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 179 (70.31% from 255 or 78.51% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB306 is #D44CF9. Grayscale: #777777. Windows color (decimal): -13913338 or 439083. OLE color: 439083.

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

Color convert

RGB 43 179 6 -
CMYK 0.76 0 0.97 0.30
HSL 107.17º 0.94% 0.36% -
HSV(B) 107.17º 0.97% 0.7% -
XYZ 17.15 32.77 5.59 -
YUV 118.61 64.44 74.07 -
System Red Green Blue C M Y K H S L
Decimal 43 179 6 0.76 0 0.97 0.30 107.17 0.94 0.36
Hex 2B B3 6 4C 0 61 1E 6B 5E 24
Octal 53 263 6 114 0 141 36 153 136 44
Binary 101011 10110011 110 1001100 0 1100001 11110 1101011 1011110 100100

Color Harmonies of #2BB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB306

Black with #2BB306

Text Example


Text Example

White with #2BB306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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