Html Css Color HEX #CCF515 Electric Lime

📋 copy color: '#CCF515'

red 204 ◦ green 245 ◦ blue 21

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

Shades of Electric Lime #CCF515

Tints of Electric Lime #CCF515

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.13%

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

R = 43.4%
G = 52.13%
B = 4.47%

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

#CCF515 (or 0xCCF515) is known color: Electric Lime. HEX triplet: CC, F5 and 15. RGB value is (204,245,21). Sum of RGB (Red+Green+Blue) = 204+245+21=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF515 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF515 is #330AEA. Grayscale: #D0D0D0. Windows color (decimal): -3345131 or 1439180. OLE color: 1439180.

HSL color Cylindrical-coordinate representation of color #CCF515: hue angle of 70.98º degrees, saturation: 0.92, 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 #CCF515 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 21 -
CMYK 0.17 0 0.91 0.04
HSL 70.98º 0.92% 0.52% -
HSV(B) 70.98º 0.91% 0.96% -
XYZ 57.69 78.2 12.76 -
YUV 207.21 22.92 125.71 -
System Red Green Blue C M Y K H S L
Decimal 204 245 21 0.17 0 0.91 0.04 70.98 0.92 0.52
Hex CC F5 15 11 0 5B 4 47 5C 34
Octal 314 365 25 21 0 133 4 107 134 64
Binary 11001100 11110101 10101 10001 0 1011011 100 1000111 1011100 110100

Color Harmonies of #CCF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF515

Black with #CCF515

Text Example


Text Example

White with #CCF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF515; }

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

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

background-color css

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

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

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

border-color css

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

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

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