Html Css Color HEX #2BCD33 Lime Green

📋 copy color: '#2BCD33'

red 43 ◦ green 205 ◦ blue 51

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

Shades of Lime Green #2BCD33

Tints of Lime Green #2BCD33

RGB

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

 GREEN value IS 205 (80.47% from 255) = 68.56%

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 14.38%
G = 68.56%
B = 17.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#2BCD33 (or 0x2BCD33) is known color: Lime Green. HEX triplet: 2B, CD and 33. RGB value is (43,205,51). Sum of RGB (Red+Green+Blue) = 43+205+51=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 205 (80.47% from 255 or 68.56% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD33 is #D432CC. Grayscale: #8B8B8B. Windows color (decimal): -13906637 or 3394859. OLE color: 3394859.

HSL color Cylindrical-coordinate representation of color #2BCD33: hue angle of 122.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD33 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 51 -
CMYK 0.79 0 0.75 0.20
HSL 122.96º 0.65% 0.49% -
HSV(B) 122.96º 0.79% 0.8% -
XYZ 23.43 44.42 10.47 -
YUV 139.01 78.33 59.52 -
System Red Green Blue C M Y K H S L
Decimal 43 205 51 0.79 0 0.75 0.20 122.96 0.65 0.49
Hex 2B CD 33 4F 0 4B 14 7B 41 31
Octal 53 315 63 117 0 113 24 173 101 61
Binary 101011 11001101 110011 1001111 0 1001011 10100 1111011 1000001 110001

Color Harmonies of #2BCD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD33

Black with #2BCD33

Text Example


Text Example

White with #2BCD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,205,51); }

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

background-color css

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

 a { background-color: rgb(43,205,51); }

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

border-color css

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

 span { border-color: rgb(43,205,51); }

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