Html Css Color HEX #2CFD75 Spring Green

📋 copy color: '#2CFD75'

red 44 ◦ green 253 ◦ blue 117

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

Shades of Spring Green #2CFD75

Tints of Spring Green #2CFD75

RGB

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

 GREEN value IS 253 (99.22% from 255) = 61.11%

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 10.63%
G = 61.11%
B = 28.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#2CFD75 (or 0x2CFD75) is known color: Spring Green. HEX triplet: 2C, FD and 75. RGB value is (44,253,117). Sum of RGB (Red+Green+Blue) = 44+253+117=414 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.63% from 414); Green value is 253 (99.22% from 255 or 61.11% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFD75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFD75 is #D3028A. Grayscale: #AFAFAF. Windows color (decimal): -13828747 or 7732524. OLE color: 7732524.

HSL color Cylindrical-coordinate representation of color #2CFD75: hue angle of 140.96º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFD75 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 44 253 117 -
CMYK 0.83 0 0.54 0.01
HSL 140.96º 0.98% 0.58% -
HSV(B) 140.96º 0.83% 0.99% -
XYZ 39.37 72.07 28.67 -
YUV 175.01 95.26 34.56 -
System Red Green Blue C M Y K H S L
Decimal 44 253 117 0.83 0 0.54 0.01 140.96 0.98 0.58
Hex 2C FD 75 53 0 36 1 8D 62 3A
Octal 54 375 165 123 0 66 1 215 142 72
Binary 101100 11111101 1110101 1010011 0 110110 1 10001101 1100010 111010

Color Harmonies of #2CFD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFD75

Black with #2CFD75

Text Example


Text Example

White with #2CFD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,253,117); }

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

background-color css

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

 a { background-color: rgb(44,253,117); }

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

border-color css

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

 span { border-color: rgb(44,253,117); }

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