Html Css Color HEX #CCF318 Electric Lime

📋 copy color: '#CCF318'

red 204 ◦ green 243 ◦ blue 24

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

Shades of Electric Lime #CCF318

Tints of Electric Lime #CCF318

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.59%

 BLUE value IS 24 (9.77% from 255) = 5.1%

R = 43.31%
G = 51.59%
B = 5.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CCF318 (or 0xCCF318) is known color: Electric Lime. HEX triplet: CC, F3 and 18. RGB value is (204,243,24). Sum of RGB (Red+Green+Blue) = 204+243+24=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF318 is #330CE7. Grayscale: #CFCFCF. Windows color (decimal): -3345640 or 1635276. OLE color: 1635276.

HSL color Cylindrical-coordinate representation of color #CCF318: hue angle of 70.68º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF318 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 24 -
CMYK 0.16 0 0.90 0.05
HSL 70.68º 0.9% 0.52% -
HSV(B) 70.68º 0.9% 0.95% -
XYZ 57.12 77 12.72 -
YUV 206.37 25.08 126.31 -
System Red Green Blue C M Y K H S L
Decimal 204 243 24 0.16 0 0.90 0.05 70.68 0.9 0.52
Hex CC F3 18 10 0 5A 5 47 5A 34
Octal 314 363 30 20 0 132 5 107 132 64
Binary 11001100 11110011 11000 10000 0 1011010 101 1000111 1011010 110100

Color Harmonies of #CCF318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF318

Black with #CCF318

Text Example


Text Example

White with #CCF318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF318; }

 p { color: rgb(204,243,24); }

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

background-color css

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

 a { background-color: rgb(204,243,24); }

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

border-color css

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

 span { border-color: rgb(204,243,24); }

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