Html Css Color HEX #2BB30D Kelly Green

📋 copy color: '#2BB30D'

red 43 ◦ green 179 ◦ blue 13

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

Shades of Kelly Green #2BB30D

Tints of Kelly Green #2BB30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 18.3%
G = 76.17%
B = 5.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#2BB30D (or 0x2BB30D) is known color: Kelly Green. HEX triplet: 2B, B3 and 0D. RGB value is (43,179,13). Sum of RGB (Red+Green+Blue) = 43+179+13=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB30D is #D44CF2. Grayscale: #777777. Windows color (decimal): -13913331 or 897835. OLE color: 897835.

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

Color convert

RGB 43 179 13 -
CMYK 0.76 0 0.93 0.30
HSL 109.16º 0.86% 0.38% -
HSV(B) 109.16º 0.93% 0.7% -
XYZ 17.19 32.78 5.8 -
YUV 119.41 67.94 73.5 -
System Red Green Blue C M Y K H S L
Decimal 43 179 13 0.76 0 0.93 0.30 109.16 0.86 0.38
Hex 2B B3 D 4C 0 5D 1E 6D 56 26
Octal 53 263 15 114 0 135 36 155 126 46
Binary 101011 10110011 1101 1001100 0 1011101 11110 1101101 1010110 100110

Color Harmonies of #2BB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB30D

Black with #2BB30D

Text Example


Text Example

White with #2BB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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