Html Css Color HEX #2BCD1E Lime Green

📋 copy color: '#2BCD1E'

red 43 ◦ green 205 ◦ blue 30

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

Shades of Lime Green #2BCD1E

Tints of Lime Green #2BCD1E

RGB

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

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

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

R = 15.47%
G = 73.74%
B = 10.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#2BCD1E (or 0x2BCD1E) is known color: Lime Green. HEX triplet: 2B, CD and 1E. RGB value is (43,205,30). Sum of RGB (Red+Green+Blue) = 43+205+30=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD1E is #D432E1. Grayscale: #898989. Windows color (decimal): -13906658 or 2018603. OLE color: 2018603.

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

Color convert

RGB 43 205 30 -
CMYK 0.79 0 0.85 0.20
HSL 115.54º 0.74% 0.46% -
HSV(B) 115.54º 0.85% 0.8% -
XYZ 23.06 44.27 8.56 -
YUV 136.61 67.83 61.23 -
System Red Green Blue C M Y K H S L
Decimal 43 205 30 0.79 0 0.85 0.20 115.54 0.74 0.46
Hex 2B CD 1E 4F 0 55 14 74 4A 2E
Octal 53 315 36 117 0 125 24 164 112 56
Binary 101011 11001101 11110 1001111 0 1010101 10100 1110100 1001010 101110

Color Harmonies of #2BCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD1E

Black with #2BCD1E

Text Example


Text Example

White with #2BCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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