Html Css Color HEX #2CFF41 Lime Green

📋 copy color: '#2CFF41'

red 44 ◦ green 255 ◦ blue 65

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

Shades of Lime Green #2CFF41

Tints of Lime Green #2CFF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 12.09%
G = 70.05%
B = 17.86%

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

#2CFF41 (or 0x2CFF41) is known color: Lime Green. HEX triplet: 2C, FF and 41. RGB value is (44,255,65). Sum of RGB (Red+Green+Blue) = 44+255+65=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF41 is #D300BE. Grayscale: #AAAAAA. Windows color (decimal): -13828287 or 4325164. OLE color: 4325164.

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

Color convert

RGB 44 255 65 -
CMYK 0.83 0 0.75 0
HSL 125.97º 1% 0.59% -
HSV(B) 125.97º 0.83% 1% -
XYZ 37.75 72.44 16.99 -
YUV 170.25 68.6 37.95 -
System Red Green Blue C M Y K H S L
Decimal 44 255 65 0.83 0 0.75 0 125.97 1 0.59
Hex 2C FF 41 53 0 4B 0 7E 64 3B
Octal 54 377 101 123 0 113 0 176 144 73
Binary 101100 11111111 1000001 1010011 0 1001011 0 1111110 1100100 111011

Color Harmonies of #2CFF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFF41

Black with #2CFF41

Text Example


Text Example

White with #2CFF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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