Html Css Color HEX #1CF07F Spring Green

📋 copy color: '#1CF07F'

red 28 ◦ green 240 ◦ blue 127

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

Shades of Spring Green #1CF07F

Tints of Spring Green #1CF07F

RGB

 RED value IS 28 (11.33% from 255) = 7.09%

 GREEN value IS 240 (94.14% from 255) = 60.76%

 BLUE value IS 127 (50% from 255) = 32.15%

R = 7.09%
G = 60.76%
B = 32.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#1CF07F (or 0x1CF07F) is known color: Spring Green. HEX triplet: 1C, F0 and 7F. RGB value is (28,240,127). Sum of RGB (Red+Green+Blue) = 28+240+127=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 240 (94.14% from 255 or 60.76% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF07F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF07F is #E30F80. Grayscale: #A3A3A3. Windows color (decimal): -14880641 or 8384540. OLE color: 8384540.

HSL color Cylindrical-coordinate representation of color #1CF07F: hue angle of 148.02º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF07F is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 240 127 -
CMYK 0.88 0 0.47 0.06
HSL 148.02º 0.88% 0.53% -
HSV(B) 148.02º 0.88% 0.94% -
XYZ 35.47 64.1 30.58 -
YUV 163.73 107.26 31.19 -
System Red Green Blue C M Y K H S L
Decimal 28 240 127 0.88 0 0.47 0.06 148.02 0.88 0.53
Hex 1C F0 7F 58 0 2F 6 94 58 35
Octal 34 360 177 130 0 57 6 224 130 65
Binary 11100 11110000 1111111 1011000 0 101111 110 10010100 1011000 110101

Color Harmonies of #1CF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF07F

Black with #1CF07F

Text Example


Text Example

White with #1CF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CF07F; }

 p { color: rgb(28,240,127); }

 H1.HeaderClassName
 {
   color: #1CF07F;
 }
 .AnyTagClassName
 {
   color: #1CF07F;
 }
</style>

background-color css

<style>
 a { background-color: #1CF07F; }

 a { background-color: rgb(28,240,127); }

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

border-color css

<style>
 span { border-color: #1CF07F; }

 span { border-color: rgb(28,240,127); }

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