Html Css Color HEX #2BBD05 Kelly Green

📋 copy color: '#2BBD05'

red 43 ◦ green 189 ◦ blue 5

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

Shades of Kelly Green #2BBD05

Tints of Kelly Green #2BBD05

RGB

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

 GREEN value IS 189 (74.22% from 255) = 79.75%

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 18.14%
G = 79.75%
B = 2.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#2BBD05 (or 0x2BBD05) is known color: Kelly Green. HEX triplet: 2B, BD and 05. RGB value is (43,189,5). Sum of RGB (Red+Green+Blue) = 43+189+5=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 189 (74.22% from 255 or 79.75% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBD05 is #D442FA. Grayscale: #7C7C7C. Windows color (decimal): -13910779 or 376107. OLE color: 376107.

HSL color Cylindrical-coordinate representation of color #2BBD05: hue angle of 107.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BBD05 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 189 5 -
CMYK 0.77 0 0.97 0.26
HSL 107.61º 0.95% 0.38% -
HSV(B) 107.61º 0.97% 0.74% -
XYZ 19.22 36.92 6.26 -
YUV 124.37 60.63 69.96 -
System Red Green Blue C M Y K H S L
Decimal 43 189 5 0.77 0 0.97 0.26 107.61 0.95 0.38
Hex 2B BD 5 4D 0 61 1A 6C 5F 26
Octal 53 275 5 115 0 141 32 154 137 46
Binary 101011 10111101 101 1001101 0 1100001 11010 1101100 1011111 100110

Color Harmonies of #2BBD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD05

Black with #2BBD05

Text Example


Text Example

White with #2BBD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,189,5); }

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

background-color css

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

 a { background-color: rgb(43,189,5); }

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

border-color css

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

 span { border-color: rgb(43,189,5); }

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