Html Css Color HEX #2BD507 Kelly Green

📋 copy color: '#2BD507'

red 43 ◦ green 213 ◦ blue 7

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

Shades of Kelly Green #2BD507

Tints of Kelly Green #2BD507

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.99%

 BLUE value IS 7 (3.13% from 255) = 2.66%

R = 16.35%
G = 80.99%
B = 2.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#2BD507 (or 0x2BD507) is known color: Kelly Green. HEX triplet: 2B, D5 and 07. RGB value is (43,213,7). Sum of RGB (Red+Green+Blue) = 43+213+7=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 213 (83.59% from 255 or 80.99% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD507 is #D42AF8. Grayscale: #8B8B8B. Windows color (decimal): -13904633 or 513323. OLE color: 513323.

HSL color Cylindrical-coordinate representation of color #2BD507: hue angle of 109.51º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BD507 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 213 7 -
CMYK 0.80 0 0.97 0.16
HSL 109.51º 0.94% 0.43% -
HSV(B) 109.51º 0.97% 0.84% -
XYZ 24.83 48.12 8.18 -
YUV 138.69 53.68 59.75 -
System Red Green Blue C M Y K H S L
Decimal 43 213 7 0.80 0 0.97 0.16 109.51 0.94 0.43
Hex 2B D5 7 50 0 61 10 6E 5E 2B
Octal 53 325 7 120 0 141 20 156 136 53
Binary 101011 11010101 111 1010000 0 1100001 10000 1101110 1011110 101011

Color Harmonies of #2BD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD507

Black with #2BD507

Text Example


Text Example

White with #2BD507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,213,7); }

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

background-color css

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

 a { background-color: rgb(43,213,7); }

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

border-color css

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

 span { border-color: rgb(43,213,7); }

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