Html Css Color HEX #2BCD1F Lime Green

📋 copy color: '#2BCD1F'

red 43 ◦ green 205 ◦ blue 31

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

Shades of Lime Green #2BCD1F

Tints of Lime Green #2BCD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.11%

R = 15.41%
G = 73.48%
B = 11.11%

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

#2BCD1F (or 0x2BCD1F) is known color: Lime Green. HEX triplet: 2B, CD and 1F. RGB value is (43,205,31). Sum of RGB (Red+Green+Blue) = 43+205+31=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 205 (80.47% from 255 or 73.48% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD1F is #D432E0. Grayscale: #898989. Windows color (decimal): -13906657 or 2084139. OLE color: 2084139.

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

Color convert

RGB 43 205 31 -
CMYK 0.79 0 0.85 0.20
HSL 115.86º 0.74% 0.46% -
HSV(B) 115.86º 0.85% 0.8% -
XYZ 23.07 44.28 8.63 -
YUV 136.73 68.33 61.15 -
System Red Green Blue C M Y K H S L
Decimal 43 205 31 0.79 0 0.85 0.20 115.86 0.74 0.46
Hex 2B CD 1F 4F 0 55 14 74 4A 2E
Octal 53 315 37 117 0 125 24 164 112 56
Binary 101011 11001101 11111 1001111 0 1010101 10100 1110100 1001010 101110

Color Harmonies of #2BCD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD1F

Black with #2BCD1F

Text Example


Text Example

White with #2BCD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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