Html Css Color HEX #CFF308 Electric Lime

📋 copy color: '#CFF308'

red 207 ◦ green 243 ◦ blue 8

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

Shades of Electric Lime #CFF308

Tints of Electric Lime #CFF308

RGB

 RED value IS 207 (81.25% from 255) = 45.2%

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 45.2%
G = 53.06%
B = 1.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CFF308 (or 0xCFF308) is known color: Electric Lime. HEX triplet: CF, F3 and 08. RGB value is (207,243,8). Sum of RGB (Red+Green+Blue) = 207+243+8=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 243 (95.31% from 255 or 53.06% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF308 is #300CF7. Grayscale: #CECECE. Windows color (decimal): -3149048 or 586703. OLE color: 586703.

HSL color Cylindrical-coordinate representation of color #CFF308: hue angle of 69.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFF308 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 243 8 -
CMYK 0.15 0 0.97 0.05
HSL 69.19º 0.94% 0.49% -
HSV(B) 69.19º 0.97% 0.95% -
XYZ 57.83 77.38 12.12 -
YUV 205.45 16.57 129.11 -
System Red Green Blue C M Y K H S L
Decimal 207 243 8 0.15 0 0.97 0.05 69.19 0.94 0.49
Hex CF F3 8 F 0 61 5 45 5E 31
Octal 317 363 10 17 0 141 5 105 136 61
Binary 11001111 11110011 1000 1111 0 1100001 101 1000101 1011110 110001

Color Harmonies of #CFF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF308

Black with #CFF308

Text Example


Text Example

White with #CFF308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF308; }

 p { color: rgb(207,243,8); }

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

background-color css

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

 a { background-color: rgb(207,243,8); }

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

border-color css

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

 span { border-color: rgb(207,243,8); }

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