Html Css Color HEX #2BCD3C Lime Green

📋 copy color: '#2BCD3C'

red 43 ◦ green 205 ◦ blue 60

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

Shades of Lime Green #2BCD3C

Tints of Lime Green #2BCD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 13.96%
G = 66.56%
B = 19.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#2BCD3C (or 0x2BCD3C) is known color: Lime Green. HEX triplet: 2B, CD and 3C. RGB value is (43,205,60). Sum of RGB (Red+Green+Blue) = 43+205+60=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 205 (80.47% from 255 or 66.56% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD3C is #D432C3. Grayscale: #8C8C8C. Windows color (decimal): -13906628 or 3984683. OLE color: 3984683.

HSL color Cylindrical-coordinate representation of color #2BCD3C: hue angle of 126.3º 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 #2BCD3C is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 60 -
CMYK 0.79 0 0.71 0.20
HSL 126.3º 0.65% 0.49% -
HSV(B) 126.3º 0.79% 0.8% -
XYZ 23.64 44.5 11.62 -
YUV 140.03 82.83 58.79 -
System Red Green Blue C M Y K H S L
Decimal 43 205 60 0.79 0 0.71 0.20 126.3 0.65 0.49
Hex 2B CD 3C 4F 0 47 14 7E 41 31
Octal 53 315 74 117 0 107 24 176 101 61
Binary 101011 11001101 111100 1001111 0 1000111 10100 1111110 1000001 110001

Color Harmonies of #2BCD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD3C

Black with #2BCD3C

Text Example


Text Example

White with #2BCD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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