Html Css Color HEX #2BCF2D Lime Green

📋 copy color: '#2BCF2D'

red 43 ◦ green 207 ◦ blue 45

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

Shades of Lime Green #2BCF2D

Tints of Lime Green #2BCF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.17%

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 14.58%
G = 70.17%
B = 15.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#2BCF2D (or 0x2BCF2D) is known color: Lime Green. HEX triplet: 2B, CF and 2D. RGB value is (43,207,45). Sum of RGB (Red+Green+Blue) = 43+207+45=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCF2D is #D430D2. Grayscale: #8B8B8B. Windows color (decimal): -13906131 or 3002155. OLE color: 3002155.

HSL color Cylindrical-coordinate representation of color #2BCF2D: hue angle of 120.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCF2D is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 207 45 -
CMYK 0.79 0 0.78 0.19
HSL 120.73º 0.66% 0.49% -
HSV(B) 120.73º 0.79% 0.81% -
XYZ 23.78 45.33 9.98 -
YUV 139.5 74.67 59.17 -
System Red Green Blue C M Y K H S L
Decimal 43 207 45 0.79 0 0.78 0.19 120.73 0.66 0.49
Hex 2B CF 2D 4F 0 4E 13 79 42 31
Octal 53 317 55 117 0 116 23 171 102 61
Binary 101011 11001111 101101 1001111 0 1001110 10011 1111001 1000010 110001

Color Harmonies of #2BCF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF2D

Black with #2BCF2D

Text Example


Text Example

White with #2BCF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,207,45); }

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

background-color css

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

 a { background-color: rgb(43,207,45); }

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

border-color css

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

 span { border-color: rgb(43,207,45); }

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