Html Css Color HEX #2BD00D Lime Green

📋 copy color: '#2BD00D'

red 43 ◦ green 208 ◦ blue 13

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

Shades of Lime Green #2BD00D

Tints of Lime Green #2BD00D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 78.79%

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

R = 16.29%
G = 78.79%
B = 4.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#2BD00D (or 0x2BD00D) is known color: Lime Green. HEX triplet: 2B, D0 and 0D. RGB value is (43,208,13). Sum of RGB (Red+Green+Blue) = 43+208+13=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 208 (81.64% from 255 or 78.79% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD00D is #D42FF2. Grayscale: #898989. Windows color (decimal): -13905907 or 905259. OLE color: 905259.

HSL color Cylindrical-coordinate representation of color #2BD00D: hue angle of 110.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BD00D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 208 13 -
CMYK 0.79 0 0.94 0.18
HSL 110.77º 0.88% 0.43% -
HSV(B) 110.77º 0.94% 0.82% -
XYZ 23.62 45.65 7.95 -
YUV 136.44 58.34 61.36 -
System Red Green Blue C M Y K H S L
Decimal 43 208 13 0.79 0 0.94 0.18 110.77 0.88 0.43
Hex 2B D0 D 4F 0 5E 12 6F 58 2B
Octal 53 320 15 117 0 136 22 157 130 53
Binary 101011 11010000 1101 1001111 0 1011110 10010 1101111 1011000 101011

Color Harmonies of #2BD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD00D

Black with #2BD00D

Text Example


Text Example

White with #2BD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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