Html Css Color HEX #2BCF1E Lime Green

📋 copy color: '#2BCF1E'

red 43 ◦ green 207 ◦ blue 30

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

Shades of Lime Green #2BCF1E

Tints of Lime Green #2BCF1E

RGB

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

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

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

R = 15.36%
G = 73.93%
B = 10.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#2BCF1E (or 0x2BCF1E) is known color: Lime Green. HEX triplet: 2B, CF and 1E. RGB value is (43,207,30). Sum of RGB (Red+Green+Blue) = 43+207+30=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCF1E is #D430E1. Grayscale: #8A8A8A. Windows color (decimal): -13906146 or 2019115. OLE color: 2019115.

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

Color convert

RGB 43 207 30 -
CMYK 0.79 0 0.86 0.19
HSL 115.59º 0.75% 0.46% -
HSV(B) 115.59º 0.86% 0.81% -
XYZ 23.54 45.23 8.72 -
YUV 137.79 67.17 60.39 -
System Red Green Blue C M Y K H S L
Decimal 43 207 30 0.79 0 0.86 0.19 115.59 0.75 0.46
Hex 2B CF 1E 4F 0 56 13 74 4B 2E
Octal 53 317 36 117 0 126 23 164 113 56
Binary 101011 11001111 11110 1001111 0 1010110 10011 1110100 1001011 101110

Color Harmonies of #2BCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF1E

Black with #2BCF1E

Text Example


Text Example

White with #2BCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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