Html Css Color HEX #2CFF3F Lime Green

📋 copy color: '#2CFF3F'

red 44 ◦ green 255 ◦ blue 63

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

Shades of Lime Green #2CFF3F

Tints of Lime Green #2CFF3F

RGB

 RED value IS 44 (17.58% from 255) = 12.15%

 GREEN value IS 255 (100% from 255) = 70.44%

 BLUE value IS 63 (25% from 255) = 17.4%

R = 12.15%
G = 70.44%
B = 17.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#2CFF3F (or 0x2CFF3F) is known color: Lime Green. HEX triplet: 2C, FF and 3F. RGB value is (44,255,63). Sum of RGB (Red+Green+Blue) = 44+255+63=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF3F is #D300C0. Grayscale: #AAAAAA. Windows color (decimal): -13828289 or 4194092. OLE color: 4194092.

HSL color Cylindrical-coordinate representation of color #2CFF3F: hue angle of 125.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF3F is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 44 255 63 -
CMYK 0.83 0 0.75 0
HSL 125.4º 1% 0.59% -
HSV(B) 125.4º 0.83% 1% -
XYZ 37.7 72.41 16.69 -
YUV 170.02 67.6 38.11 -
System Red Green Blue C M Y K H S L
Decimal 44 255 63 0.83 0 0.75 0 125.4 1 0.59
Hex 2C FF 3F 53 0 4B 0 7D 64 3B
Octal 54 377 77 123 0 113 0 175 144 73
Binary 101100 11111111 111111 1010011 0 1001011 0 1111101 1100100 111011

Color Harmonies of #2CFF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFF3F

Black with #2CFF3F

Text Example


Text Example

White with #2CFF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,255,63); }

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

background-color css

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

 a { background-color: rgb(44,255,63); }

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

border-color css

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

 span { border-color: rgb(44,255,63); }

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