Html Css Color HEX #2BB414 Kelly Green

📋 copy color: '#2BB414'

red 43 ◦ green 180 ◦ blue 20

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

Shades of Kelly Green #2BB414

Tints of Kelly Green #2BB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 74.07%

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 17.7%
G = 74.07%
B = 8.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#2BB414 (or 0x2BB414) is known color: Kelly Green. HEX triplet: 2B, B4 and 14. RGB value is (43,180,20). Sum of RGB (Red+Green+Blue) = 43+180+20=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 180 (70.70% from 255 or 74.07% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB414 is #D44BEB. Grayscale: #797979. Windows color (decimal): -13913068 or 1356843. OLE color: 1356843.

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

Color convert

RGB 43 180 20 -
CMYK 0.76 0 0.89 0.29
HSL 111.38º 0.8% 0.39% -
HSV(B) 111.38º 0.89% 0.71% -
XYZ 17.44 33.21 6.15 -
YUV 120.8 71.11 72.51 -
System Red Green Blue C M Y K H S L
Decimal 43 180 20 0.76 0 0.89 0.29 111.38 0.8 0.39
Hex 2B B4 14 4C 0 59 1D 6F 50 27
Octal 53 264 24 114 0 131 35 157 120 47
Binary 101011 10110100 10100 1001100 0 1011001 11101 1101111 1010000 100111

Color Harmonies of #2BB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB414

Black with #2BB414

Text Example


Text Example

White with #2BB414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,180,20); }

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

background-color css

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

 a { background-color: rgb(43,180,20); }

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

border-color css

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

 span { border-color: rgb(43,180,20); }

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