Html Css Color HEX #CCF615 Electric Lime

📋 copy color: '#CCF615'

red 204 ◦ green 246 ◦ blue 21

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

Shades of Electric Lime #CCF615

Tints of Electric Lime #CCF615

RGB

 RED value IS 204 (80.08% from 255) = 43.31%

 GREEN value IS 246 (96.48% from 255) = 52.23%

 BLUE value IS 21 (8.59% from 255) = 4.46%

R = 43.31%
G = 52.23%
B = 4.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CCF615 (or 0xCCF615) is known color: Electric Lime. HEX triplet: CC, F6 and 15. RGB value is (204,246,21). Sum of RGB (Red+Green+Blue) = 204+246+21=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF615 is #3309EA. Grayscale: #D0D0D0. Windows color (decimal): -3344875 or 1439436. OLE color: 1439436.

HSL color Cylindrical-coordinate representation of color #CCF615: hue angle of 71.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCF615 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 21 -
CMYK 0.17 0 0.91 0.04
HSL 71.2º 0.93% 0.52% -
HSV(B) 71.2º 0.91% 0.96% -
XYZ 57.99 78.8 12.86 -
YUV 207.79 22.59 125.3 -
System Red Green Blue C M Y K H S L
Decimal 204 246 21 0.17 0 0.91 0.04 71.2 0.93 0.52
Hex CC F6 15 11 0 5B 4 47 5D 34
Octal 314 366 25 21 0 133 4 107 135 64
Binary 11001100 11110110 10101 10001 0 1011011 100 1000111 1011101 110100

Color Harmonies of #CCF615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF615

Black with #CCF615

Text Example


Text Example

White with #CCF615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF615; }

 p { color: rgb(204,246,21); }

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

background-color css

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

 a { background-color: rgb(204,246,21); }

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

border-color css

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

 span { border-color: rgb(204,246,21); }

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