Html Css Color HEX #2CFF3D Lime Green

📋 copy color: '#2CFF3D'

red 44 ◦ green 255 ◦ blue 61

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

Shades of Lime Green #2CFF3D

Tints of Lime Green #2CFF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 12.22%
G = 70.83%
B = 16.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#2CFF3D (or 0x2CFF3D) is known color: Lime Green. HEX triplet: 2C, FF and 3D. RGB value is (44,255,61). Sum of RGB (Red+Green+Blue) = 44+255+61=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF3D is #D300C2. Grayscale: #AAAAAA. Windows color (decimal): -13828291 or 4063020. OLE color: 4063020.

HSL color Cylindrical-coordinate representation of color #2CFF3D: hue angle of 124.83º 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 #2CFF3D is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 44 255 61 -
CMYK 0.83 0 0.76 0
HSL 124.83º 1% 0.59% -
HSV(B) 124.83º 0.83% 1% -
XYZ 37.64 72.39 16.4 -
YUV 169.8 66.6 38.27 -
System Red Green Blue C M Y K H S L
Decimal 44 255 61 0.83 0 0.76 0 124.83 1 0.59
Hex 2C FF 3D 53 0 4C 0 7D 64 3B
Octal 54 377 75 123 0 114 0 175 144 73
Binary 101100 11111111 111101 1010011 0 1001100 0 1111101 1100100 111011

Color Harmonies of #2CFF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFF3D

Black with #2CFF3D

Text Example


Text Example

White with #2CFF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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