Html Css Color HEX #2BCC1E Lime Green

📋 copy color: '#2BCC1E'

red 43 ◦ green 204 ◦ blue 30

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

Shades of Lime Green #2BCC1E

Tints of Lime Green #2BCC1E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 73.65%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 15.52%
G = 73.65%
B = 10.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#2BCC1E (or 0x2BCC1E) is known color: Lime Green. HEX triplet: 2B, CC and 1E. RGB value is (43,204,30). Sum of RGB (Red+Green+Blue) = 43+204+30=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 204 (80.08% from 255 or 73.65% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCC1E is #D433E1. Grayscale: #888888. Windows color (decimal): -13906914 or 2018347. OLE color: 2018347.

HSL color Cylindrical-coordinate representation of color #2BCC1E: hue angle of 115.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BCC1E is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 204 30 -
CMYK 0.79 0 0.85 0.2
HSL 115.52º 0.74% 0.46% -
HSV(B) 115.52º 0.85% 0.8% -
XYZ 22.82 43.79 8.48 -
YUV 136.03 68.16 61.65 -
System Red Green Blue C M Y K H S L
Decimal 43 204 30 0.79 0 0.85 0.2 115.52 0.74 0.46
Hex 2B CC 1E 4F 0 55 14 74 4A 2E
Octal 53 314 36 117 0 125 24 164 112 56
Binary 101011 11001100 11110 1001111 0 1010101 10100 1110100 1001010 101110

Color Harmonies of #2BCC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCC1E

Black with #2BCC1E

Text Example


Text Example

White with #2BCC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,204,30); }

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

background-color css

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

 a { background-color: rgb(43,204,30); }

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

border-color css

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

 span { border-color: rgb(43,204,30); }

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